lrf402788946 4 년 전
부모
커밋
82f987cd2e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/weixin.js

+ 1 - 0
app/service/weixin.js

@@ -51,6 +51,7 @@ class WeixinAuthService extends AxiosService {
    * @param {Object} query 参数
    */
   async authBack(query) {
+    console.log(query);
     const { code, state } = query;
     if (!code) throw new BusinessError(ErrorCode.SERVICE_FAULT, '授权未成功');
     const req = await this.httpGet('/api/fetch', { code });