⬆️ 更新部分依赖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

View File

@@ -4,7 +4,7 @@ import jodd.http.HttpConnectionProvider;
import jodd.http.HttpRequest;
import jodd.http.HttpResponse;
import jodd.http.ProxyInfo;
import jodd.util.MimeTypes;
import jodd.net.MimeTypes;
import jodd.util.StringPool;
import me.chanjar.weixin.common.WxType;