mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
commit
b5323c8770
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ export default class MysZZZApi extends MysApi {
|
|||
}
|
||||
}
|
||||
const result = await this.getData(type, data, cached);
|
||||
const _data = await this.checkCode(result, type, {});
|
||||
const _data = await this.checkCode(result, type, data);
|
||||
if (!_data || _data.retcode !== 0) return false;
|
||||
return _data.data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue