|
@@ -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}`;
|