From 759fc5886f0fce76a8900fab764a39d4b2e02310 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Sat, 26 Jun 2021 19:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1dingtalk=20push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Conf/Vtop/notify/notify.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/Conf/Vtop/notify/notify.md b/Conf/Vtop/notify/notify.md index b5ae380..4a6cac0 100644 --- a/Conf/Vtop/notify/notify.md +++ b/Conf/Vtop/notify/notify.md @@ -18,18 +18,15 @@ Post "text": `$title$\n$body$\n$url$` } ``` -# COOKIESJD +# dingtalk ``` -[ - { - "userName": "", - "cookie": "pt_key=;pt_pin=;" - }, - { - "userName": "", - "cookie": "pt_key=;pt_pin=;" - } -] +{ + "msgtype": "markdown", + "markdown": { + "title": `$title$`, + "text": `$title$ \n> $body$\n$url$` + } +} ``` # notify.js ```