From 83b72e32a89988dd721ef7bc8ea673751092fb4a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 10 十二月 2025 16:11:13 +0800
Subject: [PATCH] fix: bug

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 4c1373f..46e301d 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -30,6 +30,13 @@
     Task<PhoneParValueResponse> GetPhoneParValue();
 
     /// <summary>
+    /// 璇濊垂璁㈠崟鏌ヨ
+    /// </summary>
+    /// <param name="input"></param>
+    /// <returns></returns>
+    Task<QueryPhoneOrderResponse> QueryPhoneOrder(QueryPhoneOrderRequestInput input);
+
+    /// <summary>
     /// 鑾峰彇鐕冩皵闈㈠��
     /// </summary>
     /// <returns></returns>
@@ -56,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>
     /// 渚涘簲鍟嗗洖璋冨鐞�
@@ -275,6 +289,7 @@
 
     Task<List<LifePayOrderListTemplate>> GetLifePayOrderPageExport(QueryLifePayOrderListInput input);
 
+    Task<List<LifePayOrderListTemplateForChannle>> GetLifePayOrderPageExportForChannle(QueryLifePayOrderListInput input);
 
     Task<List<LifePayRefundOrderListTemplate>> GetLifePayRefudOrderPageExport(QueryLifePayRefundOrderListInput input);
 
@@ -337,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