之前(大约1年前)访问正常,云托管利用flask部署,在服务端用request.post 访问https://api.weixin.qq.com/tcb/batchdownloadfile,
最近访问时发现报错,
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.weixin.qq.com', port=443): Max retries exceeded with url: /tcb/batchdownloadfile (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4616799460>: Failed to establish a new connection: [Errno 111] Connection refused&
像是说拒绝访问,之前就已经把tcb/batchdownloadfile放到微信令牌权限里了,也开放接口服务,一年前访问都正常,现在拒绝,我看官方文档api.weixin.qq.com/tcb/batchdownloadfile这个方法没啥变化,是云托管更新啥了吗?需要再进行什么设置吗?还是不让在服务端访问api.weixin.qq.com啦?不会吧?
用http报错吗
本地用http当然不行,其它接口报错吗
不直接调接口,用SDK