mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
build: 1.3.5-beta37
This commit is contained in:
parent
72f77e8b7c
commit
3b986c1076
@ -20,8 +20,6 @@ export class GetGroupSystemMsg extends BaseAction<void, any> {
|
||||
// 默认10条 该api未完整实现 包括响应数据规范化 类型规范化
|
||||
let SingleScreenNotifies = await NTQQGroupApi.getSingleScreenNotifies(10);
|
||||
let retData: any = { InvitedRequest: [], join_requests: [] };
|
||||
//console.log(SingleScreenNotifies);
|
||||
|
||||
for (const SSNotify of SingleScreenNotifies) {
|
||||
if (SSNotify.type == 1) {
|
||||
retData.InvitedRequest.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user