微信客服推送信息接口报45015错误原因?

微信客服推送信息接口报45015错误原因?
微信客服推送信息发送报文:
{    "touser":"testOpenId",    "msgtype":"text",    "text":{        "content":"你好"    }}

正常返回报文如下,表示发送成功
{    "errcode":0,    "errmsg":"ok"}

报45015错误的接收报文:
{    "errcode":45015,    "errmsg":"response out of time limit or subscription is canceled hint: [ZE1Uxa0498age8]"}
原因是当用户微信不活跃时间超过24小时(此时间当前是多少由腾讯定),不会将信息推送到用户微信公众号。

推荐阅读