文章是直接复制https://mp.weixin.qq.com/s/wtHURC7p7BREDIzuOr3NGw这篇文章,
却别识别成https://mp.weixin.qq.com/s/qfxaP-1iurbqR8pwNtpgEg这个文章
根据标签进行群发【订阅号与服务号认证后均可用】
接口调用请求说明
http请求方式: POST https://api.weixin.qq.com/cgi-bin/message/mass/sendall?access_token=ACCESS_TOKEN
POST数据说明
POST数据示例如下:
图文消息(注意图文消息的media_id需要通过上述方法来得到,海外微信公众号仅支持发送图文(mpnews)消息):
{
"filter":{
"is_to_all":false,
"tag_id":2
},
"mpnews":{
"media_id":"123dsdajkasd231jhksad"
},
"msgtype":"mpnews",
"send_ignore_reprint":0
}