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