1
0
mirror of synced 2026-02-19 12:17:55 +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

@@ -8,7 +8,7 @@ import me.chanjar.weixin.common.bean.WxNetCheckResult;
import me.chanjar.weixin.common.error.WxError;
import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.common.error.WxMpErrorMsgEnum;
import me.chanjar.weixin.common.util.http.HttpType;
import me.chanjar.weixin.common.util.http.HttpClientType;
import me.chanjar.weixin.common.util.http.RequestExecutor;
import me.chanjar.weixin.mp.api.WxMpService;
import me.chanjar.weixin.mp.api.test.ApiTestModule;
@@ -237,7 +237,7 @@ public class BaseWxMpServiceImplTest {
}
@Override
public HttpType getRequestType() {
public HttpClientType getRequestType() {
return null;
}
};