环境:网闸(前置机,也就是能访问公网的服务器172.168.10.1)、内网服务器(微信小程序应用部署服务器192.168.80.1) 最好的方式是服务器层面处理,网络这一块是知识盲区。 问题:进入 docker 容器内部执行: curl -v -x http://172.168.10.1:7788\ 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=123&secret=45678' 能正常拿到t…
