zhengyuxuan
2025-04-07 f291f615859f129265f740526cba144415d7b49e
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
@@ -29,4 +29,7 @@
    Task GetAllChannlesRake();
    Task GetAllLifePayConsumption();
    Task CreatLifePayConsumption(ACOOLYStatusEnum status, string orderNo, string aCOOLYOrderNo,
            decimal platformDeductionAmount, string channelId, DateTime orderCreationTime, DateTime? orderFinishTime);
}