mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🐛 修复错误代码
This commit is contained in:
parent
da0ce15da6
commit
b95045b3a7
@ -25,9 +25,9 @@ public class WxMpServiceAutoConfiguration {
|
||||
WxMpProperties.HttpClientType httpClientType = wxMpProperties.getConfigStorage().getHttpClientType();
|
||||
WxMpService wxMpService;
|
||||
if (httpClientType == WxMpProperties.HttpClientType.okhttp) {
|
||||
wxMpService = newWxMpServiceJoddHttpImpl();
|
||||
} else if (httpClientType == WxMpProperties.HttpClientType.joddhttp) {
|
||||
wxMpService = newWxMpServiceOkHttpImpl();
|
||||
} else if (httpClientType == WxMpProperties.HttpClientType.joddhttp) {
|
||||
wxMpService = newWxMpServiceJoddHttpImpl();
|
||||
} else if (httpClientType == WxMpProperties.HttpClientType.httpclient) {
|
||||
wxMpService = newWxMpServiceHttpClientImpl();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user