API下发客服消息报错errcode:40200?
发布于 4 年前 作者 leiqiu 1708 次浏览 来自 官方Issues

经过测试:服务号发送以下信息正确,但是认证的订阅号却报错,信息如下:

{
    "errcode": 40200,
    "errmsg": "invalid account type rid: 6066da48-0c2a988a-28a7b72d"
}
以下是官方信息post数据
{
  "touser": "o-G1051qau7By39MSg4_BBkseDDQ",
  "msgtype": "msgmenu",
  "msgmenu": {
    "head_content": "您对本次服务是否满意呢? ",
    "list": [
      {
        "id": "101",
        "content": "满意"
      },
      {
        "id": "102",
        "content": "不满意"
      }
    ],
    "tail_content": "欢迎再次光临"
  }
}
1 回复

msgmenu类型的消息,仅对认证服务号开放。订阅号不允许使用的。

回到顶部