liuyu 4 年 前
コミット
0a4b951e5d
1 ファイル変更1 行追加0 行削除
  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);
     }