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();
     }