From 95fe2c54a45fae507247eb92c8f60af9c892159f Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 02 四月 2025 11:01:00 +0800
Subject: [PATCH] fix:bug修复

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 005fcfe..5bdad15 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -50,7 +50,15 @@
     /// <returns></returns>
     Task LifePaySuccessHandler(string orderNo, string outOrderNo);
 
-    Task WxPayDomesticRefundsHandler(string orderNo, LifePayRefundStatusEnum refundStatus);
+    /// <summary>
+    /// 閫�娆炬垚鍔熷洖璋冨鐞�
+    /// </summary>
+    /// <param name="orderNo"></param>
+    /// <param name="refundStatus"></param>
+    /// <returns></returns>
+    Task LifePayRefundsHandler(string orderNo, LifePayRefundStatusEnum refundStatus);
+
+    
 
     /// <summary>
     /// 渚涘簲鍟嗗洖璋冨鐞�
@@ -326,5 +334,9 @@
     /// <exception cref="UserFriendlyException"></exception>
     Task<string> GetPayQRCode(LifePayTypeEnum payType, string outTradeNo, string description, decimal amount, string ip, string h5Type);
 
+
     Task<bool> CheckChannelsStatus(string channlesId);
+
+
+
 }
\ No newline at end of file

--
Gitblit v1.9.1