errcode: 45015,
errmsg: 'response out of time limit or subscription is canceled hint: [Ag61Fa09251295]'
https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token={0}
template_id:messageList[type], //模板id
form_id:data.form_id, //交互formId
data:data.data, //模板需要的参数
touser:data.touser //用户openId
前半句是说超时;还有后半句:说的是‘’可能订阅被取消‘’,是用户点击拒收消息了吗?所有用户都发不了那就排除这个原因了。
原因是当用户微信不活跃时间超过24小时(此时间当前是多少由腾讯定),不会将信息推送到用户微信公众号。