Skip to content
New issue

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

pushplus和wecom酱推送 #38

Open
QiYueYiya opened this issue Oct 9, 2021 · 1 comment
Open

pushplus和wecom酱推送 #38

QiYueYiya opened this issue Oct 9, 2021 · 1 comment

Comments

@QiYueYiya
Copy link

QiYueYiya commented Oct 9, 2021

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}"
}
},

@QiYueYiya QiYueYiya changed the title pushplus和wecon酱推送 pushplus和wecom酱推送 Oct 9, 2021
@zhongfly
Copy link
Contributor

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

```json
your json
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants