public interface IDwzServerService
| Modifier and Type | Method and Description |
|---|---|
DwzLogEntity |
createShortUrlCode(String longUrl,
Date termOfValidity)
根据长链接生成短链接
|
String |
getLongUrlByShortUrlCode(String shortUrlCode)
查找短链接码对应的长链接
|
@NonNull DwzLogEntity createShortUrlCode(@NonNull String longUrl, @Nullable Date termOfValidity)
longUrl - 长链接termOfValidity - 有效期截止时间(为空表示永久有效)icu.easyj.data.store.StoreException - 存储接口异常Copyright © 2021–2022 EasyJ????. All rights reserved.