diff --git a/index.html b/index.html index 84e51dd..24f97a0 100644 --- a/index.html +++ b/index.html @@ -406,9 +406,17 @@ console.log("1") // 判断是否需要静默授权 if (form_data_res.data.is_have_webview_voucher) { - req.axiosGet(`https://openapi.1688sup.com/wechat/oauth?jump=http://test.22233.cn/2106`).then(res => { - console.log("res =>", res); + // req.axiosGet(`https://openapi.1688sup.com/wechat/oauth?jump=http://test.22233.cn/2106`).then(res => { + // console.log("res =>", res); + // }) + + axios({ + method: 'get', + url: 'https://openapi.1688sup.com/wechat/oauth?jump=http://test.22233.cn/2106', }) + .then(resp => { + console.log("resp =>", resp) + }); } // this.wxgzAuth(res.data.is_have_webview_voucher, res.data.token);