疯狂的狮子li
2022-09-23 a3b761f4e00d0a2caa26faaa5cca87f5db5c853f
ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java
@@ -18,11 +18,6 @@
    String ONLINE_TOKEN_KEY = "online_tokens:";
    /**
     * 登陆错误 redis key
     */
    String LOGIN_ERROR = "login_error:";
    /**
     * 验证码 redis key
     */
    String CAPTCHA_CODE_KEY = "captcha_codes:";
@@ -46,4 +41,9 @@
     * 限流 redis key
     */
    String RATE_LIMIT_KEY = "rate_limit:";
    /**
     * 登录账户密码错误次数 redis key
     */
    String PWD_ERR_CNT_KEY = "pwd_err_cnt:";
}