zhangf
2024-06-24 21362fd048558832cdcaca8ee957d2d7aa753be2
ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java
@@ -12,6 +12,8 @@
     */
    public static final String LOGIN_TOKEN_KEY = "swspkmas:login_tokens:";
    public static final String THREE_INSTITUTION_TOKEN_KEY = "swspkmas:three_institution_tokens:";
    /**
     * 验证码 redis key
     */
@@ -50,4 +52,9 @@
     * 登录账户密码错误次数 redis key
     */
    public static final String PWD_ERR_CNT_KEY = "swspkmas:pwd_err_cnt:";
    /**
     * 七天内访问请求token次数
     */
    public static final String THREE_TOKEN_CNT_KEY = "swspkmas:three_token_cnt:";
}