|
|
@@ -58,7 +58,7 @@ public class AuthCtrl
|
|
58
|
58
|
log.info("wxCode="+wxCode+",openid="+openid);
|
|
59
|
59
|
|
|
60
|
60
|
// if ("o2P0j59YcTmvpZurZWK2fQHAPXJk".equals(openid)||"o2P0j5wNH9HBD5mDHo9of1-Lyuxo".equals(openid)){
|
|
61
|
|
- String url="http://xcwx.jimi.link/user/indexForOld.do?&openid=" + openid;
|
|
|
61
|
+ String url="http://xcwx.jimi.link/user/indexForOld.do?&openid=" + openid+"&sn="+cursn;
|
|
62
|
62
|
url = URLEncoder.encode(url);
|
|
63
|
63
|
log.info("url="+url);
|
|
64
|
64
|
String path = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb06cf14f96dd7149&redirect_uri=" + url + "&response_type=code&scope=snsapi_base&state=123#wechat_redirect";
|