MaxSecurity / BiliExper

Other
219 stars 187 forks source link

pushplus和wecom酱推送 #38

Open QiYueYiya opened 3 years ago

QiYueYiya commented 3 years ago

Wecom酱配置方法及使用说明

"Wecom": "xxxxxxxxxxxx", // Wecom酱api地址 "Wecomkey": "xxxxxxxxxxxx", // Wecom酱的SendKey "PushPlus": "xxxxxxxxxxxx", // PushPlus token 下面的hooks部分 { "enable": true, "name": "Wecom酱推送", "msg_separ": "\n", "method": 3, "url": "{Wecom}", "params": { "sendkey": "{Wecomkey}", "msg_type": "text", "msg": "{title}\n{msg_raw}" } }, { "enable": false, "name": "PushPlus推送", "msg_separ": "\n", "method": 1, "url": "http://www.pushplus.plus/send", "params": { "token": "{PushPlus}", "title": "{title}", "content": "{msg_raw}" } },

zhongfly commented 2 years ago

markdown格式里用如下方式插入代码会更好

```json
your json