update 同步ruoyi

This commit is contained in:
疯狂的狮子li
2022-08-08 10:03:56 +08:00
8 changed files with 124 additions and 46 deletions

View File

@ -46,4 +46,9 @@ public interface CacheConstants {
* 限流 redis key
*/
String RATE_LIMIT_KEY = "rate_limit:";
/**
* 登录账户密码错误次数 redis key
*/
String PWD_ERR_CNT_KEY = "pwd_err_cnt:";
}