|
@@ -60,7 +60,7 @@ public class WxLoginService
|
|
|
|
|
|
|
|
private String gzh_wxAuthParam = "appid=%s&secret=%s&code=%s&grant_type=authorization_code";
|
|
private String gzh_wxAuthParam = "appid=%s&secret=%s&code=%s&grant_type=authorization_code";
|
|
|
|
|
|
|
|
- private String gzh_wxUserInfoUrl = "https://api.weixin.qq.com/sns/userinfo";
|
|
|
|
|
|
|
+ private String gzh_wxUserInfoUrl = "https://api.weixin.qq.com/cgi-bin/user/info";
|
|
|
|
|
|
|
|
private String gzh_wxUserInfoParam = "access_token=%s&openid=%s&lang=zh_CN";
|
|
private String gzh_wxUserInfoParam = "access_token=%s&openid=%s&lang=zh_CN";
|
|
|
|
|
|