mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 21:20:07 +08:00
fix
This commit is contained in:
parent
b9293cbcd0
commit
2818773fd4
@ -352,7 +352,7 @@ export class OneBotMsgApi {
|
|||||||
if (!videoDownUrl) {
|
if (!videoDownUrl) {
|
||||||
if (this.core.apis.PacketApi.available) {
|
if (this.core.apis.PacketApi.available) {
|
||||||
try {
|
try {
|
||||||
videoDownUrl = await this.core.apis.FileApi.getVideoUrlPakcet(msg.chatType, msg.peerUid, element.fileUuid);
|
videoDownUrl = await this.core.apis.FileApi.getVideoUrlPacket(msg.chatType, msg.peerUid, element.fileUuid);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.core.context.logger.logError('获取视频url失败', (e as Error).stack);
|
this.core.context.logger.logError('获取视频url失败', (e as Error).stack);
|
||||||
videoDownUrl = element.filePath;
|
videoDownUrl = element.filePath;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user