|
@@ -28,6 +28,7 @@ class WeixinController extends Controller {
|
|
if (test) {
|
|
if (test) {
|
|
return await this.authTest();
|
|
return await this.authTest();
|
|
}
|
|
}
|
|
|
|
+ console.log('code----' + code);
|
|
if (code) {
|
|
if (code) {
|
|
return await this.authBack(this.ctx.query);
|
|
return await this.authBack(this.ctx.query);
|
|
}
|
|
}
|