CeDo
2021-06-15 3b855b9c20751a5fee840e686988e8e094773a54
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java
@@ -90,7 +90,7 @@
    /**
     * 令牌有效期(分钟)
     */
    public final static long _EXPIRE = 720;
    public final static long TOKEN_EXPIRE = 720;
    /**
     * 参数管理 cache key
@@ -142,4 +142,6 @@
     * 网格综治-默认角色权限默认字符串
     */
    public static final String GRID_DEFAULT_ROLE_KEY="grid_member_default_role";
    public static final String ZONG_ZHI_GRID_MEMBER_IMAGE_URL = "http://image.panzhihua.nhys.cdnhxx.com//idcard/15a0563a7a1d42768322c95e5cb022c4.jpg";
}