微信模板消息 40003 invalid openid(解决)
string(75) “{“errcode”:40003,“errmsg”:“invalid openid rid: 5fc727da-14bed8df-5e34e243”}”
string(78) “{“errcode”:47001,“errmsg”:“data format error rid: 5fc7671a-5d5561fa-0949b92b”}”
也是一样到道理
检查以下参数
1、appid、appsecret、template(模板id)
2、发送者的openid、发送格式、发送的模板
3、token(非常重要)参数
微信公众平台接口调试工具:
https://mp.weixin.qq.com/debug/
模板消息接口:
https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html
作者:Ams