mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: 过🐎适配
This commit is contained in:
parent
73ecf94c95
commit
071b1f82d8
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ export default class MysZZZApi extends MysApi {
|
|||
})) || res;
|
||||
}
|
||||
}
|
||||
if (code === '0') {
|
||||
if (Number(res.retcode) === 0) {
|
||||
return res;
|
||||
}
|
||||
throw new MysError(code, this.uid, res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue