ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/constant/GlobalConstants.java
@@ -13,11 +13,6 @@ String GLOBAL_REDIS_KEY = "global:"; /** * 登录用户 redis key */ String LOGIN_TOKEN_KEY = GLOBAL_REDIS_KEY + "Authorization:login:token:"; /** * 验证码 redis key */ String CAPTCHA_CODE_KEY = GLOBAL_REDIS_KEY + "captcha_codes:"; @@ -33,7 +28,7 @@ String RATE_LIMIT_KEY = GLOBAL_REDIS_KEY + "rate_limit:"; /** * 登录账户密码错误次数 redis key * 三方认证 redis key */ String PWD_ERR_CNT_KEY = GLOBAL_REDIS_KEY + "pwd_err_cnt:"; String SOCIAL_AUTH_CODE_KEY = GLOBAL_REDIS_KEY + "social_auth_codes:"; }