This commit is contained in:
手瓜一十雪
2025-01-24 20:39:52 +08:00
parent afc9c7ed8d
commit f7ed46d6c3
3 changed files with 47 additions and 21 deletions

View File

@@ -251,7 +251,7 @@ export interface NodeIKernelGroupService {
setGroupShutUp(groupCode: string, shutUp: boolean): void;
getGroupShutUpMemberList(groupCode: string): Promise<any>;
getGroupShutUpMemberList(groupCode: string): Promise<GeneralCallResult>;
setMemberShutUp(groupCode: string, memberTimes: { uid: string, timeStamp: number }[]): Promise<void>;