调用根据标签进行群发接口失败,返回系统错误
调用地址:
https://api.weixin.qq.com/cgi-bin/message/mass/sendall?access_token=ACCESS_TOKEN
入参:
{
"filter":{
"is_to_all":false,
"tag_id":204
},
"mpnews":{
"media_id":"Fs2Z1RSGcjHutiU69E1Inaz8I0xPuryCGlu6mN2OZ7E"
},
"msgtype":"mpnews",
"send_ignore_reprint":0
}
出参:
{
"errcode": -1,
"errmsg": "system error rid: 61c2f1d4-3be6dd4e-775230d0"
}
今天试了很多次,也换不同的标签id测试了都是这样的错误。