zhengyuxuan
2025-04-02 6b8dd8a7b4ac5d75d2e7a8c6c44d976bbd248b67
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);
}