Commit 444cbe9e authored by chenzhao's avatar chenzhao

修改bug

parent 6212b9e9
......@@ -34,6 +34,8 @@ public class RedisKey {
public static final String WECHAT_TOKEN = "wechat_token";
/**微信公众平台 token */
public static final String WECHAT_JS_TOKEN = "wechat_js_token";
/**警情联系人*/
public static final String CONTACT_USER = "contact_user";
/** 驼峰转下划线(简单写法,效率低于 ) */
public static String humpToLine(String str) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment