Commit f3734a43 by 张洪旺

Merge branch '20200827-1000' of gitlab.freemud.com:order-group-application/order-group into develop

parents ea3e2b84 99874130
......@@ -65,6 +65,7 @@ public class PaymentService {
//支持的支付方式
Map<Integer, PayChannelEnum> channelEnumMap = ImmutableMap.of(PayChannelEnum.SVC.getCode(), PayChannelEnum.SVC,
PayChannelEnum.WECHAT.getCode(), PayChannelEnum.WECHAT,
PayChannelEnum.CASH.getCode(), PayChannelEnum.CASH,
PayChannelEnum.ALIPAY.getCode(), PayChannelEnum.ALIPAY
);
PayChannelEnum payChannelEnum = channelEnumMap.get(request.getPayChannel());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment