- 调用微信高级群发接口,老是返回40008,是什么问题?
调用的接口是https://api.weixin.qq.com/cgi-bin/message/mass/sendall?access_token= 传的参数为{"filter":{"is_to_all":"false","tag_id":1},"mpnews":{"media_id":"flkrsp5xoCn6_OQ7JoEDxSOTa3iglJDlB-7beBYP69HmnszeekRGGy8Vhs_tIRIe"},"send_ignore_reprint":0,"msgtype":"mpnews"} 传的格式是json啊,为啥还是通不过json校验 返回报错为{"errcode":40008,"errmsg":"invalid message type rid: 6593c6bf-23b03fa6-12e8dbc9"}
01-02 - 调用小程序发送客服信息报45015?
调用https://api.weixin.qq.com/cgi-bin/message/custom/send 报错 "errcode":45015,"errmsg":"response out of time limit or subscription is canceled rid: 658aa8ae-75fe61b7-234879cc" 账号给公众号发了几条信息,添加互动后还是报这个错。。。
2023-12-27 - 调用发布草稿箱的文章接口,发布后没在公众号上展示。?
先是调用https://api.weixin.qq.com/cgi-bin/draft/add新增草稿箱。再调用https://api.weixin.qq.com/cgi-bin/freepublish/submit发布接口,发布之后在能在后台的发表记录的未通知里面,但是不能在微信公众上看到文章。怎么让文章在公众号上展示
2023-12-16 - 小程序获取公众号文章,为什么返回的内容不全?
http 请求方式:POST(请使用https协议)https://api.weixin.qq.com/cgi-bin/freepublish/batchget 这个获取公众号文章列表接口返回的文章为什么不全。
2023-11-29