用户关注后,调用客户消息接口发送消息,接口返回成功,但用户未收到信息。
调用时间:2023-07-24 14:57:50.729
调用接口: /cgi-bin/message/custom/send
调用接口参数:
{ "touser": "oypuZuEou-kR6zgVM_BDzVudPElU",
"msgtype": "news",
"news": {
"articles": [
{
"title": "xxxxx,
"description": "xxxx",
"url": "https://xxxx",
"picurl": "https://xxxxx.jpeg"
}
]
}
}
接口返回参数:
{
"category": "wechat",
"requestHeaders": {
"Content-Type": "application/json"
},
"responseBody": "{\"errcode\":0,\"errmsg\":\"ok\"}"
}