Wxpusher 後台 https://wxpusher.zjiecode.com/admin/

按圖的方式選擇

用GET方式比較簡單

Wehook url填寫

https://wxpusher.zjiecode.com/api/send/message/?appToken=AT_XXXXX&content=$content&uid=UID_XXX&url=http%3a%2f%2fwxpusher.zjiecode.com

https://wxpusher.zjiecode.com/api/send/message/?appToken=AT_XXXXX&content=$content&uid=UID_XXX&url=http%3a%2f%2fwxpusher.zjiecode.com

最重要是要帶上$content或$title 要不然都不知是什麼通知.

POST方式

appToken:"AT_XXX"
content:$content
summary:$title
contentType:1
topicIds:["34XXX"]
uids:["UID_XXXX"]

格式如圖

效果圖