收藏
回答

客服接口发送消息,返回提示成功,但是实际用户未能收到消息?

用户关注后,调用客户消息接口发送消息,接口返回成功,但用户未收到信息。


调用时间: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\"}"
}
回答关注问题邀请回答
收藏
登录 后发表内容