⬆️ 更新部分依赖jar包版本

This commit is contained in:
Binary Wang
2020-05-02 21:07:38 +08:00
parent 8805e97e62
commit a90793885a
7 changed files with 26 additions and 27 deletions

View File

@@ -46,7 +46,7 @@ public class WxMpServiceJoddHttpImpl extends BaseWxMpServiceImpl<HttpConnectionP
httpProxy = new ProxyInfo(ProxyInfo.ProxyType.HTTP, configStorage.getHttpProxyHost(), configStorage.getHttpProxyPort(), configStorage.getHttpProxyUsername(), configStorage.getHttpProxyPassword());
}
httpClient = JoddHttp.httpConnectionProvider;
httpClient = new SocketHttpConnectionProvider();
}
@Override