This commit is contained in:
duanxiaohai 2024-09-27 15:25:01 +08:00
parent dbcbce4144
commit 39c469c7c7
2 changed files with 1 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -142,7 +142,7 @@ const login = () => {
// console.log( 555,res, auth__code);
if (res.auth_code) {
http
.get(`/api/sign_in/one_click_login?authCode=${res.auth_code}`)
.post(`/api/ggfwyth/ding/one_click_login?authCode=${res.auth_code}`)
.then((response) => {
if (response.code == 200) {
console.log('response', response);