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