通过httpclient 代理ip和端口访问 接口
if(StringUtils.isNotBlank(ip)){ HttpHost proxy =new HttpHost(ip, port); RequestConfig config = RequestConfig.custom().setProxy(proxy).build(); post.setConfig(config);