fix: 修正部分接口的参数、返回值,提高兼容性 (#1072)

* fix: 修正`get_group_system_msg` `get_group_honor_info`接口返回值 提升兼容性

* fix: `create_group_file_folder` 接口兼容性提升
This commit is contained in:
时瑾
2025-06-11 12:37:29 +08:00
committed by GitHub
parent 6a6bd33fe5
commit 4bc5933ea2
5 changed files with 23 additions and 8 deletions

View File

@@ -264,7 +264,7 @@ export class NTQQWebApi {
async getGroupHonorInfo(groupCode: string, getType: WebHonorType) {
const cookieObject = await this.core.apis.UserApi.getCookies('qun.qq.com');
let HonorInfo = {
group_id: groupCode,
group_id: Number(groupCode),
current_talkative: {},
talkative_list: [],
performer_list: [],