🎨 #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

@@ -2,11 +2,11 @@ package me.chanjar.weixin.qidian.api.impl;
/**
* <pre>
* 默认接口实现类使用apache httpclient实现
* 默认接口实现类使用apache httpClient 5实现
* Created by Binary Wang on 2017-5-27.
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxQidianServiceImpl extends WxQidianServiceHttpClientImpl {
public class WxQidianServiceImpl extends WxQidianServiceHttpComponentsImpl {
}