Procházet zdrojové kódy

fix 公众号支付

he2802 před 4 roky
rodič
revize
9ef2e07b6a

+ 1 - 1
zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/WxLoginService.java

@@ -60,7 +60,7 @@ public class WxLoginService
 
     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";