Explorar el Código

//update refun

release_toaliyun_real
xhxu hace 4 años
padre
commit
e0b44dec29
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar