This commit is contained in:
parent
dbcbce4144
commit
39c469c7c7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue