fix: 修复偶发性报错 zip file closed

fix #I9OHXP
This commit is contained in:
2024-07-03 21:36:34 +08:00
parent 52f3be8ee3
commit b587cb82aa
3 changed files with 53 additions and 42 deletions

View File

@@ -41,11 +41,6 @@ public class CacheConstants {
*/
public static final String CAPTCHA_KEY_PREFIX = "CAPTCHA" + DELIMITER;
/**
* 限流键前缀
*/
public static final String LIMIT_KEY_PREFIX = "LIMIT" + DELIMITER;
/**
* 用户缓存键前缀
*/
@@ -56,6 +51,11 @@ public class CacheConstants {
*/
public static final String MENU_KEY_PREFIX = "MENU" + DELIMITER;
/**
* 字典缓存键前缀
*/
public static final String DICT_KEY_PREFIX = "DICT" + DELIMITER;
/**
* 参数缓存键前缀
*/