From 31482ebd19de604e6c98df6962ad28adf71b784e Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 28 三月 2025 13:04:06 +0800
Subject: [PATCH] fix:接口更新

---
 LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 652dc01..17f30cc 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -287,11 +287,18 @@
     Task<AlipayTradeFastpayRefundQueryResponse> QueryAlipayTradeRefund(OrderInQuiryInput input);
 
     /// <summary>
-    /// 鏌ヨ寰俊鏀粯璁㈠崟淇℃伅
+    /// 鏌ヨ寰俊閫�娆捐鍗曚俊鎭�
     /// </summary>
     /// <param name="outTradeNo"></param>
     /// <returns></returns>
-    Task WxPayDomesticRefundsQuery(string outTradeNo);
+    Task<WxPayDomesticRefundsQueryReponse> WxPayDomesticRefundsQuery(string outTradeNo);
+
+    /// <summary>
+    /// 鏌ヨ寰俊璁㈠崟淇℃伅
+    /// </summary>
+    /// <param name="outTradeNo"></param>
+    /// <returns></returns>
+    Task WxPayTradeQuery(string outTradeNo);
 
     /// <summary>
     /// 璁剧疆鐢熸椿缂磋垂鏀粯绫诲瀷

--
Gitblit v1.9.1