feat: ASW-64 新增 api acl 接口

This commit is contained in:
shizhendong
2024-09-12 15:51:50 +08:00
parent 6bc0dcea4f
commit 139efeec0b
4 changed files with 231 additions and 2 deletions

View File

@@ -11,7 +11,9 @@ public class Constant {
static {
File tempPath = T.FileUtil.file(TEMP_PATH);
// 程序启动清空临时目录
T.FileUtil.del(tempPath);
T.FileUtil.mkdir(tempPath);
// T.FileUtil.del(tempPath);
if (!T.FileUtil.exist(tempPath)) {
T.FileUtil.mkdir(tempPath);
}
}
}