| | |
| | | |
| | | Task AddLifePayExpensesReceipts(AddLifePayExpensesReceiptsInput input); |
| | | |
| | | /// <summary> |
| | | /// 获取退款平台流水详情 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | Task<GetRefundPlatformTradeDetailOutput> GetRefundPlatformTradeDetail(string orderNo); |
| | | |
| | | Task GetAllLifePayExpensesReceipts(); |
| | | |
| | | Task GetAllChannlesRake(); |
| | | |
| | | Task GetAllLifePayConsumption(); |
| | | |
| | | Task CreatLifePayConsumption(ACOOLYStatusEnum status, string orderNo, string aCOOLYOrderNo, |
| | | decimal platformDeductionAmount, string channelId, DateTime orderCreationTime, DateTime? orderFinishTime, decimal? channleRate = 0, decimal? parValue = 0, decimal? actualParValue = 0); |
| | | } |