ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/RedisConstants.java
@@ -13,6 +13,7 @@ * 学习端 验证码登录key */ public final static String PHONE_CODE = "phone_code:"; public final static String PHONE_CODE_PARENT = "parent_phone_code:"; /** * 省市区三级树 @@ -29,5 +30,9 @@ */ public final static String HEARING_TREE = "game_subject"; /** * 过期时间 30 */ public final static Integer THIRTY = 30; }