-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
"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}"
}
},
Metadata
Metadata
Assignees
Labels
No labels