This commit is contained in:
手瓜一十雪 2024-07-31 15:58:27 +08:00
parent 3d516df01e
commit 2b662944cf
2 changed files with 1 additions and 3 deletions

View File

@ -154,7 +154,7 @@ export class NTQQMsgApi {
(GroupCode: string, params: GetFileListParam) => Promise<unknown>,
(groupFileListResult: onGroupFileInfoUpdateParamType) => void
>(
'NodeIKernelRichMediaService/sendMsg',
'NodeIKernelRichMediaService/getGroupFileList',
'NodeIKernelMsgListener/onGroupFileInfoUpdate',
1,
5000,

View File

@ -200,8 +200,6 @@ export interface NodeIKernelRichMediaService {
getGroupFileInfo(arg1: unknown, arg2: unknown): unknown;
getGroupFileList(arg1: unknown, arg2: unknown): unknown;
getGroupTransferList(arg1: unknown, arg2: unknown): unknown;
renameGroupFile(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown): unknown;