liuyu 5 년 전
부모
커밋
9b4c05c202
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/weixin.js

+ 1 - 0
app/service/weixin.js

@@ -25,6 +25,7 @@ class WeixinAuthService extends AxiosService {
       code,
       grant_type: 'authorization_code',
     };
+    console.log('rrrr-' + params);
     const res = await this.httpGet(reqUrl, params);
 
     if (res.errcode && res.errcode !== 0) {