release: 2.2.24

This commit is contained in:
手瓜一十雪
2024-08-29 20:35:30 +08:00
parent f12375ed8c
commit 9e38cc7868
6 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ export class GetFileBase extends BaseAction<GetFilePayload, GetFileResponse> {
const contextModelIdFile = FileNapCatOneBotUUID.decodeModelId(payload.file);
if (contextModelIdFile) {
const { peer, modelId } = contextModelIdFile;
const downloadPath = await NTQQFileApi.downloadFileForModelId(peer, modelId,' ');
const downloadPath = await NTQQFileApi.downloadFileForModelId(peer, modelId,'');
const res: GetFileResponse = {
file: downloadPath,
url: downloadPath,