We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}" } },
The text was updated successfully, but these errors were encountered:
markdown格式里用如下方式插入代码会更好
```json your json ```
Sorry, something went wrong.
No branches or pull requests
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}"
}
},
The text was updated successfully, but these errors were encountered: