1. 程式人生 > >微信推送模板訊息測試

微信推送模板訊息測試

1.通過appid、secret換access_token

https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=appid&secret=secret

2.通過access_token傳送模板訊息

https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=access_token

{
    "touser":"使用者openid",
    "template_id":"訊息模板id",
    "url":"http://www.baidu.com",
    "topcolor":"#FF0000",
     "data":{"aaa":{ "value":"三亞", "color":"#173177"}}
   }

注:openid就是客戶關注後就可以看到