Merge branch 'master' into test6.9.24
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -3,6 +3,7 @@ package com.yohoufo.order.service.pay.weixin; | @@ -3,6 +3,7 @@ package com.yohoufo.order.service.pay.weixin; | ||
3 | import com.yohoufo.common.utils.HttpClient; | 3 | import com.yohoufo.common.utils.HttpClient; |
4 | import com.yohoufo.order.config.WeixinPayConfig; | 4 | import com.yohoufo.order.config.WeixinPayConfig; |
5 | import com.yohoufo.order.service.pay.weixin.ssl.WxUfoHttpSslClient; | 5 | import com.yohoufo.order.service.pay.weixin.ssl.WxUfoHttpSslClient; |
6 | +import com.yohoufo.order.service.pay.weixin.ssl.YoufuWxHttpSslClient; | ||
6 | import org.springframework.beans.factory.annotation.Autowired; | 7 | import org.springframework.beans.factory.annotation.Autowired; |
7 | import org.springframework.stereotype.Service; | 8 | import org.springframework.stereotype.Service; |
8 | 9 | ||
@@ -13,7 +14,7 @@ import org.springframework.stereotype.Service; | @@ -13,7 +14,7 @@ import org.springframework.stereotype.Service; | ||
13 | public class YoufuMiniappWeixinPayService extends AbstractWeixinPayService { | 14 | public class YoufuMiniappWeixinPayService extends AbstractWeixinPayService { |
14 | 15 | ||
15 | @Autowired | 16 | @Autowired |
16 | - private WxUfoHttpSslClient httpSslClient; | 17 | + private YoufuWxHttpSslClient httpSslClient; |
17 | 18 | ||
18 | @Override | 19 | @Override |
19 | protected String getMchId() { | 20 | protected String getMchId() { |
-
Please register or login to post a comment