1
0
mirror of synced 2025-12-12 01:18:03 +08:00

🎨 初步引入 Apache HttpClient 5.x

This commit is contained in:
altusea
2025-06-03 11:52:39 +08:00
committed by GitHub
parent 96a5cc995b
commit ecce9292b2
47 changed files with 1106 additions and 111 deletions

View File

@@ -52,8 +52,8 @@ public class WxOpenServiceApacheHttpClientImpl extends WxOpenServiceAbstractImpl
}
@Override
public HttpType getRequestType() {
return HttpType.APACHE_HTTP;
public HttpClientType getRequestType() {
return HttpClientType.APACHE_HTTP;
}
@Override