From 92e704206a64f4256e9fd8e9f738d6d3b4c84155 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 06 六月 2025 17:21:40 +0800
Subject: [PATCH] feat:推广相关接口

---
 LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
index ab6faa8..3f2a7a5 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayOrderService.cs
+++ b/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, decimal? channleRate = 0, decimal? parValue = 0, decimal? actualParValue = 0);
 }
\ No newline at end of file

--
Gitblit v1.9.1