From 18325eda17439bdd76f3b7e3f39cfae312738b2b Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 31 三月 2025 06:59:13 +0800
Subject: [PATCH] fix:提交

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 17f30cc..005fcfe 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
@@ -298,7 +298,7 @@
     /// </summary>
     /// <param name="outTradeNo"></param>
     /// <returns></returns>
-    Task WxPayTradeQuery(string outTradeNo);
+    Task<WxPayTradeQueryReponse> WxPayTradeQuery(string outTradeNo);
 
     /// <summary>
     /// 璁剧疆鐢熸椿缂磋垂鏀粯绫诲瀷

--
Gitblit v1.9.1