报错截图或相关BUG
在此处粘贴截图
复现步骤
- 服务器收到头条推送过来的消息
- "msg":"{\"ToUserName\":\"tt4d753bc8d24e99fa\",\"FromUserName\":\"bf29a613-f2f1-4c72-a532-fda38993f827\",\"CreateTime\":1609398690734,\"MsgType\":\"text\",\"Content\":\"测试\"}","msg_signature":"848d4a8ad89b61d9c7feff8400465e6e2305458b","nonce":"7553","timestamp":”1609398690"
- 调用发送客服消息接口给用户回复
- url:https://developer.toutiao.com/api/apps/message/custom/send?access_token=153f9c70ccfd93a4a63a8c714a9d0c3eefacb3595647fb1c373e68932a68bdf59e470230128bbb0de6b3c52d1cdb5ee5b3581472f4496b9de849119cd6a11e1960d630078925a50cd5ec3b5eed403
- 发送内容:{"open_id":"bf29a613-f2f1-4c72-a532-fda38993f827","msg_type":"text","content":"消息呢”}
服务器返回:{"errno":-2,"msg":"消息发送失败,距离用户回复已超过48小时,无法发送消息”} - ...