33 lines
704 B
Markdown
33 lines
704 B
Markdown
|
||
# [message-push](https://tmp.020824.xyz)
|
||
考虑到平台和推送能力差异,使用message-push统一推送
|
||
## API
|
||
- 地址:`https://tmp.020824.xyz/push/murmur`
|
||
- 参数:
|
||
```json
|
||
{
|
||
"title"="",
|
||
"description":"",
|
||
"content":"",
|
||
"channel":"",
|
||
"token":""
|
||
}
|
||
```
|
||
# [wxpush](https://wxpusher.zjiecode.com/admin/)
|
||
可推送微信,添加用户方便,单日发送上限高。使用`## 主题(Topics)管理`便于广播。
|
||
- 地址:`https://wxpusher.zjiecode.com/api/send/message`
|
||
- 参数:
|
||
```json
|
||
{
|
||
"appToken":"AT_g1akIPlPauv7ahWdCbbXyjwZRWfmDHZl",
|
||
"content":"$content",
|
||
"summary":"$description",
|
||
"contentType":3,
|
||
"topicIds":[
|
||
"28661"
|
||
],
|
||
"url":"$url",
|
||
"verifyPayType":0
|
||
}
|
||
```
|