From f93cbbf508c354279ba78eb9df91a59042831581 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 30 Oct 2022 18:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20notify.js=20=E9=A3=9E?= =?UTF-8?q?=E4=B9=A6=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/notify.js b/sample/notify.js index a637d063..1817941d 100644 --- a/sample/notify.js +++ b/sample/notify.js @@ -987,7 +987,7 @@ function fsBotNotify(text, desp) { if (FSKEY) { const options = { url: `https://open.feishu.cn/open-apis/bot/v2/hook/${FSKEY}`, - json: { msg_type: 'text', content: { text: `${title}\n\n${content}` } }, + json: { msg_type: 'text', content: { text: `${text}\n\n${desp}` } }, headers: { 'Content-Type': 'application/json', },