jiangqs
2023-07-07 5627daeb1ac1a29947e902f9a7efb6730ed98611
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/SecurityConstant.java
@@ -30,4 +30,14 @@
     * 用户验证码前缀key
     */
    String WX_TOKEN = "WX_TOKEN";
    /**
     * 省市区列表key
     */
    String REGION_LIST = "REGION_LIST";
    /**
     * 省市区列表key
     */
    String CITY_LIST = "CITY_LIST";
}