教育训练处考试制证系统后端
zhangf
2024-09-11 1a316551c8e46b793904090cfa84781bf77fef2a
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,14 @@
     * 登录账户密码错误次数 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:";
    /**
     * 三陪类型
     */
    public static final String THREE_SUBJECT_TYPE = "swspkmas:three_subject_type";
}