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', },