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 |    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 06405b2..17f30cc 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -291,7 +291,14 @@
     /// </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