|
|
@ -175,7 +175,7 @@ const setupMessageHandler = () => {
|
|
|
|
// 存储文件
|
|
|
|
// 存储文件
|
|
|
|
const filePath = messageData[messageData.type].filePath;
|
|
|
|
const filePath = messageData[messageData.type].filePath;
|
|
|
|
const webLink = await uploadMediaFile(filePath);
|
|
|
|
const webLink = await uploadMediaFile(filePath);
|
|
|
|
waiContentFieldsToDB.link = webLink;
|
|
|
|
waiContentFieldsToDB.IVADS_link = webLink;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
const msgRow = await upsertOutboundMessage(
|
|
|
|
const msgRow = await upsertOutboundMessage(
|
|
|
|