mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: encode fileId
This commit is contained in:
parent
ae009f98c1
commit
9bff327377
@ -43,7 +43,10 @@ export class GetGroupFileList extends BaseAction<Payload, { FileList: Array<any>
|
||||
e.fileInfo!.fileId = FileNapCatOneBotUUID.encodeModelId({
|
||||
chatType: 2,
|
||||
peerUid: payload.group_id.toString()
|
||||
}, fileModelId);
|
||||
},
|
||||
fileModelId,
|
||||
e.fileInfo!.fileId
|
||||
);
|
||||
});
|
||||
return { FileList: ret };
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user