ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java @@ -46,4 +46,9 @@ * 限流 redis key */ String RATE_LIMIT_KEY = "rate_limit:"; /** * 登录账户密码错误次数 redis key */ String PWD_ERR_CNT_KEY = "pwd_err_cnt:"; }