fix: setMsg

This commit is contained in:
手瓜一十雪
2024-07-30 16:34:33 +08:00
parent af905f791a
commit dff26e36ad
4 changed files with 11 additions and 8 deletions

View File

@@ -159,7 +159,7 @@ export interface NodeIKernelRichMediaService {
fileName: string,
fileSize: string,
fileModelId: string
}[]): unknown;
}[]): Promise<unknown>;
downloadFileByUrlList(fileDownloadTyp: UrlFileDownloadType, urlList: Array<string>): unknown;