lrf402788946 hace 4 años
padre
commit
507b0fddce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}`;