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获取失败');