lrf402788946 4 년 전
부모
커밋
507b0fddce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/controller/weixin.js

+ 1 - 0
app/controller/weixin.js

@@ -74,6 +74,7 @@ class WeixinController extends Controller {
       await this.ctx.render('error.njk', { title: err.message, message: err.details });
       return;
     }
+    console.log('function in');
     console.log('openid--->' + openid);
     if (openid) {
       const key = `visit:auth:state:${state}`;