🌱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$`
}
```
# 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
```