فهرست منبع

fix 公众号支付

he2802 4 سال پیش
والد
کامیت
9ef2e07b6a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/WxLoginService.java

+ 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";