🌱dingtalk push

This commit is contained in:
Leon 2021-06-26 19:22:50 +08:00 committed by GitHub
parent 93a4d789fc
commit 759fc5886f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,18 +18,15 @@ Post
"text": `$title$\n$body$\n$url$` "text": `$title$\n$body$\n$url$`
} }
``` ```
# COOKIESJD # dingtalk
``` ```
[ {
{ "msgtype": "markdown",
"userName": "", "markdown": {
"cookie": "pt_key=;pt_pin=;" "title": `$title$`,
}, "text": `$title$ \n> $body$\n$url$`
{ }
"userName": "", }
"cookie": "pt_key=;pt_pin=;"
}
]
``` ```
# notify.js # notify.js
``` ```