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