build: 2.2.7

DelGroupNotice
This commit is contained in:
手瓜一十雪
2024-08-24 23:50:05 +08:00
parent fe2e23670a
commit b347a9b9a2
5 changed files with 36 additions and 1 deletions

View File

@@ -209,7 +209,7 @@ export interface NodeIKernelGroupService {
getGroupBulletin(groupCode: string): unknown;
deleteGroupBulletin(groupCode: string, seq: string): void;
deleteGroupBulletin(groupCode: string, seq: string, feedId: string): void;
publishGroupBulletin(groupCode: string, pskey: string, data: any): Promise<GeneralCallResult>;