|
|
|
@@ -62,7 +62,7 @@ public class PayServiceFactory { |
|
|
|
TtRefundAdapterService ttRefundService; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
WxCashOutAdapterService WxCashOutService; |
|
|
|
WxCashOutAdapterService wxCashOutService; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -120,8 +120,8 @@ public class PayServiceFactory { |
|
|
|
private Map<Integer,CashOutAdapterService> getCashOutMap() { |
|
|
|
if (null == cashoutMap ) { |
|
|
|
cashoutMap = new ConcurrentHashMap<Integer, CashOutAdapterService>(); |
|
|
|
cashoutMap.put(EnumPayWay.PAY_WAY_WECHAT.getCode(), WxCashOutService); |
|
|
|
cashoutMap.put(EnumPayWay.PAY_WAY_WECHAT_MA.getCode(), WxCashOutService); |
|
|
|
cashoutMap.put(EnumPayWay.PAY_WAY_WECHAT.getCode(), wxCashOutService); |
|
|
|
cashoutMap.put(EnumPayWay.PAY_WAY_WECHAT_MA.getCode(), wxCashOutService); |
|
|
|
} |
|
|
|
return cashoutMap; |
|
|
|
} |
|
|
|
|