mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +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 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;
|
if (!_data || _data.retcode !== 0) return false;
|
||||||
return _data.data;
|
return _data.data;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue