public class DefaultDwzServerServiceImpl extends Object implements IDwzServerService
IDwzServerService 默认实现| Constructor and Description |
|---|
DefaultDwzServerServiceImpl(IDwzLogStore logStore) |
| Modifier and Type | Method and Description |
|---|---|
DwzLogEntity |
createShortUrlCode(String longUrl,
Date termOfValidity)
根据长链接生成短链接
|
String |
getLongUrlByShortUrlCode(String shortUrlCode)
查找短链接码对应的长链接
|
public DefaultDwzServerServiceImpl(IDwzLogStore logStore)
@NonNull @Transactional public DwzLogEntity createShortUrlCode(@NonNull String longUrl, @Nullable Date termOfValidity)
IDwzServerServicecreateShortUrlCode in interface IDwzServerServicelongUrl - 长链接termOfValidity - 有效期截止时间(为空表示永久有效)@Nullable public String getLongUrlByShortUrlCode(@NonNull String shortUrlCode)
IDwzServerServicegetLongUrlByShortUrlCode in interface IDwzServerServiceshortUrlCode - 短链接码Copyright © 2021–2022 EasyJ????. All rights reserved.