lrf402788946 пре 4 година
родитељ
комит
22ae4a9924
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/service/weixin.js

+ 1 - 0
app/service/weixin.js

@@ -62,6 +62,7 @@ class WeixinAuthService extends AxiosService {
       code,
       grant_type: 'authorization_code',
     };
+    console.log(params);
     const req = await this.httpGet(url, params);
     console.log(req);
     if (req.errcode && req.errcode !== 0) throw new BusinessError(ErrorCode.SERVICE_FAULT, 'openid获取失败');