Commit 8483bd62 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP-1.7.3-shuiyou' into MVP-1.7.3-shuiyou

parents 5838e28f 9a6d97cb
......@@ -13,15 +13,15 @@ public class LoginProperties {
public String appsecret = "546f366801ad42fec8e67393ed484879";*/
public String appid = "wxfb3a14ee64c87046";
public String appid = "wxdb6b09aa444b0c00";
public String appsecret = "e2143c5a1f635e039122de27f29354fe";
public String appsecret = "8714c5d924a52b13c2089e9aa38753f4";
public String redirectUri = "https://www.ngrok.xiaomiqiu.cn/admin/hi";
public String redirectUri = "https://test-gzwx.worfu.com/admin/hi";
public String errorUri = "/error";
public String callbackUri = "https://www.ngrok.xiaomiqiu.cn/oauth/weixin/callback";
public String callbackUri = "https://test-gzwx.worfu.com/oauth/weixin/callback";
/*@Value("${weixin.login.appid}")
protected String appid;
......
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