- subscribe_msg_send_event什么事件?
请问这个是什么事件,模版消息推送会正常有TEMPLATESENDJOBFINISH事件,现在多出来这个事件为什么?
08-27 - 推送模板消息的事件推送的明文数据异常
今天推送模板消息的 事件推送 解析后的明文是以下数据:(里面多了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> [图片] 望对于以上给予说明
08-27