|
|
@@ -8,7 +8,7 @@ import lombok.Getter;
|
|
|
public enum PaymentType {
|
|
|
WeChat("微信支付", false, "WxPaymentMainService", PaymentChannelType.BalancePayment),
|
|
|
Alipay("支付宝", false, "WxPaymentMainService", PaymentChannelType.BalancePayment),
|
|
|
- UnionFrictionlessPay("银联无感支付", true, "UnionFrictionlessPayMainService", null),
|
|
|
+ UnionFrictionlessPay("银联无感支付", true, "UnionFrictionlessPayMainService", PaymentChannelType.SecretFreePayment),
|
|
|
LakalaFrictionlessPay("拉卡拉快捷支付", true, "", PaymentChannelType.SecretFreePayment),
|
|
|
UserWallet("个人钱包", false, "WalletMainService", null),
|
|
|
QrCode("二维码支付", false, "", null),
|