微信客服推送信息发送报文:1
2
3
4
5
6
7{
"touser":"testOpenId",
"msgtype":"text",
"text":{
"content":"你好"
}
}
正常返回报文如下,表示发送成功1
2
3
4{
"errcode":0,
"errmsg":"ok"
}
报45015错误的接收报文:1
2
3
4{
"errcode":45015,
"errmsg":"response out of time limit or subscription is canceled hint: [ZE1Uxa0498age8]"
}
原因分析
由于该用户48小时未与你互动,你不能再主动发消息给他。直到用户下次主动发消息给你才可以对其进行回复。