恢复默认参数
This commit is contained in:
@@ -57,7 +57,7 @@ public class FileServiceImpl implements FileService {
|
|||||||
|
|
||||||
@Value("${zt.AES.key}")
|
@Value("${zt.AES.key}")
|
||||||
private String aesKey;
|
private String aesKey;
|
||||||
@Value("${zt.verify-code:666666}")
|
@Value("${zt.verify-code:}")
|
||||||
private String fixedVerifyCode;
|
private String fixedVerifyCode;
|
||||||
// 加密文件预览token过期时间
|
// 加密文件预览token过期时间
|
||||||
@Value("${zt.file.preview-expire-seconds:300}")
|
@Value("${zt.file.preview-expire-seconds:300}")
|
||||||
|
|||||||
Reference in New Issue
Block a user