[图片] 安卓ios都有类似情况
使用map地图绘制多边形出现适配问题,该如何调试解决?在开发者工具中查看正常。但在手机端使用发现多边形疑似没有闭合的情况 [图片]
2023-06-16pay_send_all={ "filter":{ "is_to_all":False, "tag_id":100 }, "mpnews":{ "media_id":media_id }, "msgtype":"mpnews", "send_ignore_reprint":1 } url='https://api.weixin.qq.com/cgi-bin/message/mass/sendall?access_token='+get_token() headers = {'Content-Type': 'application/json'} r=requests.post(url=url,data=pay_send_all, headers=headers)
关于 python 调用微信公众号进行图文消息发送,一直提示40008?{"filter": {"is_to_all": false, "tag_id": 100}, "mpnews": {"media_id": "17o6Lrnxs3zMcoMieQUOYsqGqB3AgSNNsIPsa-IWKfs"}, "msgtype": "mpnews", "send_ignore_reprint": 1} https://api.weixin.qq.com/cgi-bin/message/mass/sendall?access_token=xxxxxxxxxxxx {'errcode': 40008, 'errmsg': 'invalid message type rid: 60c079d9-63a38359-2a87bb12'} 一直提示40008错误信息
2021-06-09