Browse Source

//update refun

release_toaliyun_real
xhxu 4 years ago
parent
commit
e0b44dec29
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      mallinkService/src/main/java/com/iformall/service/pay/PayServiceFactory.java

+ 3
- 3
mallinkService/src/main/java/com/iformall/service/pay/PayServiceFactory.java View File

@@ -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;
}


Loading…
Cancel
Save