zhengyuxuan
2025-03-19 04e71caf554818d4e16616000ae2ff7cc190197b
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -569,7 +569,7 @@
            PayAmount = amount.PayAmont,
            DiscountAmount = amount.DiscountAmount,
            RechargeAmount = amount.RechargeAmount,
            ChannelId = channle.Id
            ChannelId = channle.ChannlesNum
        };
        await CreateLifePayOrder(orderInput);
@@ -613,7 +613,7 @@
            PayAmount = amount.PayAmont,
            DiscountAmount = amount.DiscountAmount,
            RechargeAmount = amount.RechargeAmount,
            ChannelId = channle.Id
            ChannelId = channle.ChannlesNum
        };
        await CreateLifePayOrder(orderInput);
@@ -657,7 +657,7 @@
            PayAmount = amount.PayAmont,
            DiscountAmount = amount.DiscountAmount,
            RechargeAmount = amount.RechargeAmount,
            ChannelId = channle.Id
            ChannelId = channle.ChannlesNum
        };
        await CreateLifePayOrder(orderInput);