CSSC-PC上更新了 1个文件

This commit is contained in:
murmur-CSSC 2024-04-15 11:43:40 +08:00
parent f68c2a71b5
commit ba7ac8024c

View File

@ -19,14 +19,34 @@
- 参数: - 参数:
```json ```json
{ {
"appToken":"AT_g1akIPlPauv7ahWdCbbXyjwZRWfmDHZl", "appToken":"AT_g1akIPlPauv7ahWdCbbXyjwZRWfmDHZl",//根据需要更改
"content":"$content", "content":"$content",
"summary":"$description", "summary":"$description",
"contentType":3, "contentType":3,
"topicIds":[ "topicIds":[
"28661" "28661"//根据需要更改
], ],
"url":"$url", "url":"$url",
"verifyPayType":0 "verifyPayType":0
} }
``` ```
# [gotify](https://push.020824.xyz/gotify)
自带客户端
- 地址:`https://push.020824.xyz/gotify/message?token=ALoadxEe9nu-pxI`。按需更改token
- 参数:
```json
{
"title": "$title",
"message": "> $description \n\n [details]($url) \n\n $content",
"priority": 0,
"extras": {
"client::display": {
"contentType": "text/markdown"
}
}
}
```
# Discord
基于webhook自带客户端
- 地址:`https://discord.com/api/webhooks/1229267655983104001/huidZw3MVy4u2jOlcM1GcZkphoTanx_m8wm5OuPhCVMj0UaUmDzbYnM6HkJcbfMKRa5R`
- 参数:无