- 客服消息下发的支付成功是指啥?微信、微信公众号、微信小程序支付成功?
https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Service_Center_messages.html [图片]
2022-05-06 - 【微信公众号】用户点击菜单后,我们收到消息,并给用户推送消息。为啥部分用户显示“回复时间超过限制”?
问题:用户点击菜单后,我们收到消息,并给用户推送消息。为啥部分用户显示“回复时间超过限制”? 结果:{"errcode":45015,"errmsg":"response out of time limit or subscription is canceled rid: 624d5209-795c9df5-102a6b43"} 一、案例一 appId:wx00bc516a4d1619ef openId:oyJg5wIHs1eU7w-iNLe_dpfm4DgE 用户点击菜单消息:<xml><ToUserName><![CDATA[gh_4d15b276237e]]></ToUserName> <FromUserName><![CDATA[oyJg5wIHs1eU7w-iNLe_dpfm4DgE]]></FromUserName> <CreateTime>1649234441</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[view_miniprogram]]></Event> <EventKey><![CDATA[/pages/web/index?i=1v7ZpO9&channelOrigin=jkgzh_cdl_1]]></EventKey> <MenuId>439173564</MenuId> </xml> 收到用户点击菜单消息的时间:2022-04-06 16:40:41,167 给用户推送消息的时间:2022-04-06 16:40:41 二、案例二 appId:wx00bc516a4d1619ef openId:oyJg5wM3TTZi2P9nlE7PGHr_zuxw 用户点击菜单消息:<xml><ToUserName><![CDATA[gh_4d15b276237e]]></ToUserName> <FromUserName><![CDATA[oyJg5wM3TTZi2P9nlE7PGHr_zuxw]]></FromUserName> <CreateTime>1649232325</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[view_miniprogram]]></Event> <EventKey><![CDATA[/pages/web/index?i=ejVcJlG&channelOrigin=jkgzh_cdl_2]]></EventKey> <MenuId>439173564</MenuId> </xml> 收到用户点击菜单消息的时间:2022-04-06 16:05:25,772 给用户推送消息的时间:2022-04-06 16:05:26
2022-04-06