ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java
@@ -57,4 +57,9 @@ * 七天内访问请求token次数 */ public static final String THREE_TOKEN_CNT_KEY = "swspkmas:three_token_cnt:"; /** * 三陪类型 */ public static final String THREE_SUBJECT_TYPE = "swspkmas:three_subject_type"; }