1. 缓存优化

This commit is contained in:
qaiu
2024-09-18 13:24:33 +08:00
parent a0fe702c10
commit 59d2fb3010
24 changed files with 370 additions and 263 deletions

View File

@@ -66,7 +66,7 @@ public class ShareLinkInfo {
// 建造者类
public static class Builder {
private String shareKey; // 分享键
private String type; // 分享类型
private String type; // 分享类型 (网盘模板枚举的小写)
private String sharePassword = ""; // 分享密码(如果存在)
private String shareUrl; // 原始分享链接
private String standardUrl; // 规范化的标准链接