From 2e8af68ae38908ede18d44e219ab2853ae0b3914 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 13:18:43 +0800
Subject: [PATCH] fix:bug修复

---
 LifePayment/LifePayment.Domain/Ali/IAliPayApi.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/Ali/IAliPayApi.cs b/LifePayment/LifePayment.Domain/Ali/IAliPayApi.cs
index 13d9afd..8759070 100644
--- a/LifePayment/LifePayment.Domain/Ali/IAliPayApi.cs
+++ b/LifePayment/LifePayment.Domain/Ali/IAliPayApi.cs
@@ -11,5 +11,7 @@
         Task<AlipayTradePrecreateResponse> GetAliPayQRCode(GetPayQrCodeInput input);
 
         AlipayTradeQueryResponse OrderInQuiry(OrderInQuiryInput input);
+
+        Task<AlipayTradeRefundResponse> TradeRefund(AlipayTradeRefundRequest input);
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1