mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	🐛 修复错误代码
This commit is contained in:
		| @ -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 { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang