https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Overview.html
这是数据格式内容
{
"touser": "os6y75925nnrls0gEf_8zHjSDXS0",
"template_id": "Pgy8eI8mO-onXuHfElelaFOMpdMxkhVwJdzWJz5h5Qw",
"url": "",
"miniprogram": "",
"client_msg_id": "",
"data": {
"first": {
"value":"恭喜你购买成功!",
"color":"#173177"
},
"keyword1":{
"value":"巧克力",
"color":"#173177"
},
"keyword2": {
"value":"39.8元",
"color":"#173177"
},
"keyword3": {
"value":"2014年9月22日",
"color":"#173177"
},
"remark":{
"value":"欢迎再次购买!",
"color":"#173177"
}
}
}
你好,建议检查一下是否使用UTF-8编码,同时要避免使用emoji之类的特殊字符(一些新加入的字符,可能各平台的码表里不一定有,客户端可能不支持)。服务号的模板消息,可以看看是否收到了事件推送,如果是收到成功的事件推送,但是用户没收到,一般是编码问题。注意内容颜色避免跟背景颜色一致。
服务号模板消息事件推送请参考:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html