@@ -26,6 +26,7 @@ class WeixinController extends Controller {
// token - url带上token参数重定向到原始地址
async auth() {
const { redirect_uri, code, test, type, response_type = 'store', uid, qrcode, msgid, objid } = this.ctx.query;
+ console.log(this.ctx.query);
if (test) {
return await this.authTest();
}