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 | 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