zhengyuxuan
2025-03-19 4aad201a4468477a2353b1999b1af77971b432ee
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -572,7 +572,7 @@
            PayAmount = amount.PayAmont,
            DiscountAmount = amount.DiscountAmount,
            RechargeAmount = amount.RechargeAmount,
            ChannelId = channle.Id
            ChannelId = channle.ChannlesNum
        };
        await CreateLifePayOrder(orderInput);
@@ -616,7 +616,7 @@
            PayAmount = amount.PayAmont,
            DiscountAmount = amount.DiscountAmount,
            RechargeAmount = amount.RechargeAmount,
            ChannelId = channle.Id
            ChannelId = channle.ChannlesNum
        };
        await CreateLifePayOrder(orderInput);
@@ -660,7 +660,7 @@
            PayAmount = amount.PayAmont,
            DiscountAmount = amount.DiscountAmount,
            RechargeAmount = amount.RechargeAmount,
            ChannelId = channle.Id
            ChannelId = channle.ChannlesNum
        };
        await CreateLifePayOrder(orderInput);