1
0
mirror of synced 2026-02-06 01:37:49 +08:00

🎨 #3834 【基础架构】小程序和开放平台两个模块补充了 Apache HttpClient 5.x 实现,同时并将多个模块的默认服务实现迁移至 Apache HttpClient 5.x 客户端

This commit is contained in:
buaazyl
2026-01-08 15:08:58 +08:00
committed by GitHub
parent e572ddfba6
commit 2c5a33917e
21 changed files with 233 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ import lombok.extern.slf4j.Slf4j;
* @author <a href="https://github.com/lixize">Zeyes</a>
*/
@Slf4j
public class WxChannelServiceImpl extends WxChannelServiceHttpClientImpl {
public class WxChannelServiceImpl extends WxChannelServiceHttpComponentsImpl {
public WxChannelServiceImpl() {
}