fix: 修改授权请求地址
This commit is contained in:
parent
7cfd43f1e0
commit
2cd01d5f87
|
@ -407,7 +407,7 @@
|
||||||
// 判断是否需要静默授权
|
// 判断是否需要静默授权
|
||||||
if (form_data_res.data.is_have_webview_voucher) {
|
if (form_data_res.data.is_have_webview_voucher) {
|
||||||
|
|
||||||
location.href = `https://test.openapi.1688sup.com/wechat/oauth?jump=${location.origin}/homepage.html`
|
location.href = `https://openapi.1688sup.com/wechat/oauth?jump=${location.origin}/homepage.html`
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue