给微信公众号推消息的时候,为什么返回的是405?

发布于 7 年前作者 yan065091 次浏览最后编辑 7 年前来自 issues

url = https://api.weixin.qq.com/cgi-bin/message/template/send?access_token= ,参数什么的都不缺少,__问题是时而正常访问,返回值也正常,时而出现返回 for 405 __url: https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=…;这种情况的原因是什么,请帮忙解答。(参数都是全的,没在问题里写上。用的也是post请求)

2 回复
fangshao
fangshao1 楼6 年前

调用时候的具体参数以及返回值麻烦也提供下