|
|
@@ -60,12 +60,12 @@ public class AuthCtrl
|
|
60
|
60
|
|
|
61
|
61
|
// if ("o2P0j59YcTmvpZurZWK2fQHAPXJk".equals(openid)||"o2P0j5wNH9HBD5mDHo9of1-Lyuxo".equals(openid)){
|
|
62
|
62
|
|
|
63
|
|
- String url="http://gzxc.yunjia99.cn/user/indexForOld.do?&openid=" + openid+"&sn="+cursn;
|
|
|
63
|
+ String url="http://gzxc.yunjia99.cn/user/indexForOld.do?openid=" + openid+"&sn="+cursn;
|
|
64
|
64
|
if (GzhUtil.isEmpty(cursn)){
|
|
65
|
|
- url="http://gzxc.yunjia99.cn/user/indexForOld.do?&openid=" + openid;
|
|
|
65
|
+ url="http://gzxc.yunjia99.cn/user/indexForOld.do?openid=" + openid;
|
|
66
|
66
|
} /*else {
|
|
67
|
67
|
if (getDevtype(cursn)==16){
|
|
68
|
|
- url="http://dy.yunjia99.cn/user/indexForOld.do?&openid=" + openid+"&sn="+cursn;
|
|
|
68
|
+ url="http://dy.yunjia99.cn/user/indexForOld.do?openid=" + openid+"&sn="+cursn;
|
|
69
|
69
|
}
|
|
70
|
70
|
}*/
|
|
71
|
71
|
url = URLEncoder.encode(url);
|