今天推送模板消息的 事件推送 解析后的明文是以下数据:(里面多了SubscribeMsgSentEvent和List这两层,在微信的官方文档也没有搜索到)
解密后明文: <xml><ToUserName><![CDATA[gh_8acc981149cf]]></ToUserName> <FromUserName><![CDATA[o-Erb6Kx5wTF5g4IGFF9GWegAxFI]]></FromUserName> <CreateTime>1724756711</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[subscribe_msg_sent_event]]></Event> <SubscribeMsgSentEvent> <List> <TemplateId><![CDATA[Judlz2JPVnZr6XL56rWEaBjr_El0XT6xXg6NWE_It4A]]></TemplateId> <MsgID>3609859277608714247</MsgID> <ErrorCode>0</ErrorCode> <ErrorStatus><![CDATA[success]]></ErrorStatus> </List> </SubscribeMsgSentEvent></xml>
而在微信的 事件推送 只有如下的说明参数
<xml>
<ToUserName><![CDATA[gh_7f083739789a]]></ToUserName>
<FromUserName><![CDATA[oia2TjuEGTNoeX76QEjQNrcURxG8]]></FromUserName>
<CreateTime>1395658920</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[TEMPLATESENDJOBFINISH]]></Event>
<MsgID>200163836</MsgID>
<Status><![CDATA[success]]></Status>
</xml>
望对于以上给予说明
你好,平台正在修复中,请稍后再试试
你收到的看着像订阅消息,而你发的官方文档是模板消息
订阅消息的事件消息体长这样
https://developers.weixin.qq.com/doc/offiaccount/Subscription_Messages/api.html#%E4%BA%8B%E4%BB%B6%E6%8E%A8%E9%80%81