浏览代码

Merge branch 'master' of http://git.cc-lotus.info/live-platform/service-onlive

reloaded 4 年之前
父节点
当前提交
a96ac430b5
共有 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);
     }