我也遇到这个问题了,可以看一下具体解决方案吗
公众号模板消息发送成功,但是用户收不到消息,是什么原因?模板消息JSON字符串:{ "touser":"oqN4b07hInKCLuF85Lk_FPto7fcE", "template_id":"2etkGqe25Y0K_ym2rgMiM9yGHx1XAF-9geMEQ-EZtr8", "data": {"first": {"value":"【消费】会员卡号13862842618,单号XS-2023-12-11-186305增加0积分,储值消费-380元!","color":"#173177"},"keyword1": {"value":"13862842618","color":"#173177"},"keyword2": {"value":"380元","color":"#173177"},"keyword3": {"value":"28821元","color":"#173177"},"keyword4": {"value":"829540","color":"#173177"},"keyword5": {"value":"2023-12-11 10:02:19","color":"#173177"},"remark":{"value":"谢谢惠顾!","color":"#173177"}} } 接口返回成功:{"errcode":0,"errmsg":"ok","msgid":3232432535151001600} 调用接口的时候,用的UTF-8编码,这是什么原因?
06-04现在我也遇到了,具体什么问题啊
为什么模板消息发送成功但是用户收不到模板消息间隔一分钟发送的一次,响应发送成功,用户偶尔能接收到消息,但是经常收不到消息。 是因为模板消息发送频率的问题吗?高频发送的规则和定义是什么,比如单个用户间隔多久才能发一次,n个用户同时并发推送数量限制? 发送模板消息接口: https://api.weixin.qq.com/cgi-bin/message/template/send发 返回报文: {"errcode":0,"errmsg":"ok","msgid":3144157010736447493}
06-04