jinnrry eeb22b5ed3 v2.4.0 2 年 前
..
README.md eeb22b5ed3 v2.4.0 2 年 前
wechat_push.go eeb22b5ed3 v2.4.0 2 年 前
wechat_push_test.go 2968f9cbaa 插件架构改造 2 年 前

README.md

How To Ues

Copy plugin binary file to /plugins

add config.json to /plugins/config.com like this:

{
  "weChatPushAppId": "", // wechat appid
  "weChatPushSecret": "", // weChat  Secret
  "weChatPushTemplateId": "", // weChat TemplateId
  "weChatPushUserId": "", // weChat UserId
}