From 408b9666cf86ed76d01e1e670fdbafa0edb3dc7d Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 25 Sep 2025 10:52:13 +0800 Subject: [PATCH] =?UTF-8?q?perf(WAI):=20document=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E7=9A=84webhook=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wai-server/helper/wai.msg.helper.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wai-server/helper/wai.msg.helper.js b/wai-server/helper/wai.msg.helper.js index beb0460..adc94fb 100644 --- a/wai-server/helper/wai.msg.helper.js +++ b/wai-server/helper/wai.msg.helper.js @@ -62,6 +62,9 @@ const mediaMsg = { link: row.IVADS_link, caption: row.IVADS_caption, filename: row.IVADS_filename, + id: row.IVADS_id, + sha256: row.IVADS_sha256, + mime_type: row.IVADS_mime_type, }, type: row.msgtype, ...(row.context_id ? { context: { id: row.context_id, from: row.context_from } } : {}),