API下发客服消息报错errcode:40200?
经过测试:服务号发送以下信息正确,但是认证的订阅号却报错,信息如下:
{
"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": "欢迎再次光临"
}
}