lrf402788946 4 năm trước cách đây
mục cha
commit
26198e5954
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
     }