소스 검색

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