liuyu 5 năm trước cách đây
mục cha
commit
0a4b951e5d
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

@@ -28,6 +28,7 @@ class WeixinController extends Controller {
     if (test) {
       return await this.authTest();
     }
+    console.log('code----' + code);
     if (code) {
       return await this.authBack(this.ctx.query);
     }