mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	修改设置代理的Bug。
修改设置代理的Bug。 Signed-off-by: Wang Zhengjie <wangzhengjie@tinkers.com.cn>
This commit is contained in:
		| @ -33,7 +33,7 @@ public class JoddGetRequestExecutor implements RequestExecutor<String, String> { | |||||||
|         if (httpProxy != null) { |         if (httpProxy != null) { | ||||||
|             ProxyInfo proxyInfoObj = new ProxyInfo( |             ProxyInfo proxyInfoObj = new ProxyInfo( | ||||||
|                 ProxyInfo.ProxyType.HTTP, |                 ProxyInfo.ProxyType.HTTP, | ||||||
|                 httpProxy.getAddress().getHostAddress(), |                 httpProxy.getHostName(), | ||||||
|                 httpProxy.getPort(), "", ""); |                 httpProxy.getPort(), "", ""); | ||||||
|             provider.useProxy(proxyInfoObj); |             provider.useProxy(proxyInfoObj); | ||||||
|         } |         } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Wang Zhengjie
					Wang Zhengjie