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