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 |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 4e9b5fa..46e301d 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -11,7 +11,6 @@
 
 public interface ILifePayService : IApplicationService
 {
-
     /// <summary>
     /// 鑾峰彇鐢佃垂闈㈠��
     /// </summary>
@@ -29,6 +28,13 @@
     /// </summary>
     /// <returns></returns>
     Task<PhoneParValueResponse> GetPhoneParValue();
+
+    /// <summary>
+    /// 璇濊垂璁㈠崟鏌ヨ
+    /// </summary>
+    /// <param name="input"></param>
+    /// <returns></returns>
+    Task<QueryPhoneOrderResponse> QueryPhoneOrder(QueryPhoneOrderRequestInput input);
 
     /// <summary>
     /// 鑾峰彇鐕冩皵闈㈠��
@@ -57,6 +63,13 @@
     /// <param name="refundStatus"></param>
     /// <returns></returns>
     Task LifePayRefundsHandler(string orderNo, LifePayRefundStatusEnum refundStatus);
+
+    /// <summary>
+    /// 閫�娆炬垚鍔熷鐞�
+    /// </summary>
+    /// <param name="input"></param>
+    /// <returns></returns>
+    Task<int> LifePayRefundsSuccessHandler(AddLifePayExpensesReceiptsInput input);
 
     /// <summary>
     /// 渚涘簲鍟嗗洖璋冨鐞�
@@ -276,6 +289,7 @@
 
     Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
 
+    Task<List<LifePayOrderListTemplateForChannle>> GetLifePayOrderPageExportForChannle(QueryLifePayOrderListInput input);
 
     Task<List<LifePayRefundOrderListTemplate>> GetLifePayRefudOrderPageExport(QueryLifePayRefundOrderListInput input);
 
@@ -338,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