From a5f0843b6b8f1d12ba8d100c81461386b80d7883 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 09 十二月 2025 17:43:54 +0800
Subject: [PATCH] fix: 退款

---
 LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index ba46193..46e301d 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -65,6 +65,13 @@
     Task LifePayRefundsHandler(string orderNo, LifePayRefundStatusEnum refundStatus);
 
     /// <summary>
+    /// 閫�娆炬垚鍔熷鐞�
+    /// </summary>
+    /// <param name="input"></param>
+    /// <returns></returns>
+    Task<int> LifePayRefundsSuccessHandler(AddLifePayExpensesReceiptsInput input);
+
+    /// <summary>
     /// 渚涘簲鍟嗗洖璋冨鐞�
     /// </summary>
     /// <param name="orderNo"></param>
@@ -345,6 +352,6 @@
 
     Task<bool> CheckChannelsStatus(string channlesId);
 
-
+    Task LifePayOrderHistory(string operateContent, string operateName, Guid relationId, int? tableType = (int)OperateHistoryTypeEnum.LifePayRefund);
 
 }
\ No newline at end of file

--
Gitblit v1.9.1