lrf402788946 4 rokov pred
rodič
commit
26198e5954
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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();
     }