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

+ 1 - 0
app/controller/weixin.js

@@ -26,6 +26,7 @@ class WeixinController extends Controller {
   //       token - url带上token参数重定向到原始地址
   async auth() {
     const { redirect_uri, code, test, type, response_type = 'store', uid, qrcode, msgid, objid } = this.ctx.query;
+    console.log(this.ctx.query);
     if (test) {
       return await this.authTest();
     }