PushPlus
配置示例
config.json
{
"PUSHPLUS_TOKEN": "",
"PUSHPLUS_TOPIC": "",
"MERGE_PUSH": ""
}
参数 | 说明 |
---|---|
PUSHPLUS_TOKEN | 用户令牌,可直接加到请求地址后,如:http://www.pushplus.plus/send/{token} (opens in a new tab) 官方文档 (opens in a new tab) |
PUSHPLUS_TOPIC | 群组编码,不填仅发送给自己 官方文档 (opens in a new tab) |
MERGE_PUSH | true: 将推送消息合并;false: 分开推送 |