chore: format

This commit is contained in:
naiba 2020-12-30 13:54:37 +08:00 committed by GitHub
parent fc8c69ac37
commit e13927ef64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,20 +90,15 @@ Body 内容是`JSON` 格式的,值为 `key:value` 的形式,`#NEZHA#` 是面
1. 添加通知方式
- server酱示例
- 备注server酱
- URLhttps://sc.ftqq.com/SCUrandomkeys.send
- 请求方式: GET
- 请求类型: JSON/FORM 都可以其他接入其他API时要选择其使用的类型
- Body: `{"text": "#NEZHA#"}`
- wxpusher示例
- 备注: wxpusher
- URLhttp://wxpusher.zjiecode.com/api/send/message
- wxpusher示例
- 备注: wxpusher
- URLhttp://wxpusher.zjiecode.com/api/send/message
- 请求方式: POST
- 请求类型: JSON
- Body: `{"appToken":"你的appToken","content":"#NEZHA#","contentType":"1","uid":"你的uid"}`