fix[group]handle_request reason empty

This commit is contained in:
汉广
2024-07-20 14:16:07 +08:00
parent 7c93606e34
commit cc931bb808
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ export class NTQQGroupApi {
'seq': seq, // 通知序列号
'type': type,
'groupCode': groupCode,
'postscript': reason || ''
'postscript': reason || ' ' // 仅传空值可能导致处理失败,故默认给个空格
}
});
}