Browse Source

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

reloaded 4 years ago
parent
commit
a96ac430b5
1 changed files with 1 additions and 0 deletions
  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);
     }