flat: zanc

This commit is contained in:
Apcallover
2024-04-15 16:26:25 +08:00
parent 4afc5100ae
commit db4a3f118e
4 changed files with 140 additions and 142 deletions

View File

@@ -80,7 +80,7 @@ const user = {
return new Promise((resolve, reject) => {
loginByUsername(userInfo.tenantId, userInfo.username, md5(userInfo.password), userInfo.type,
userInfo.key,
userInfo.code, userInfo.token).then(res => {
userInfo.code, userInfo.ticket).then(res => {
const data = res.data;
if (data.error_description) {