Files
PMail/server/hooks/wechat_push/README.md
T
Jinnrry 01cbdc9875 V2.5.0 (#132)
支持多用户
支持SSL证书支持DNS验证
增加mysql测试用例
修复DNS设置时的展示歧义
2024-07-02 21:02:00 +08:00

31 lines
616 B
Markdown

## How To Ues / 如何使用
Copy plugin binary file to `/plugins`
复制插件二进制文件到`/plugins`文件夹
add config.json to `/plugins/config.com` like this:
新建配置文件`/plugins/config.com`,内容如下
```json
{
"weChatPushAppId": "", // wechat appid
"weChatPushSecret": "", // weChat Secret
"weChatPushTemplateId": "", // weChat TemplateId
"weChatPushUserId": "", // weChat UserId
}
```
WeChat Message Template :
微信推送模板设置:
Template Title: New Email Notice
模板标题:新邮件提醒
Template Content: {{Content.DATA}}
模板内容:{{Content.DATA}}