fix: 取消登录接口参数编码

This commit is contained in:
lonewolfyx 2025-01-16 09:44:03 +08:00
parent 36ac55c04a
commit 521f278430

View File

@ -16,7 +16,7 @@ export function login(username, password, code, uuid) {
},
method: 'post',
data: data,
// isEncrypt: false
isEncrypt: false
})
}