From 85de4f8a1ef46f61e57b4ec375186122c23a3212 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 27 三月 2025 15:10:45 +0800
Subject: [PATCH] fix:新增支付宝查询

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

diff --git a/LifePayment/LifePayment.Domain/Ali/AliPayApi.cs b/LifePayment/LifePayment.Domain/Ali/AliPayApi.cs
index daf94ef..4174021 100644
--- a/LifePayment/LifePayment.Domain/Ali/AliPayApi.cs
+++ b/LifePayment/LifePayment.Domain/Ali/AliPayApi.cs
@@ -29,7 +29,7 @@
             return response;
         }
 
-        public AlipayTradeQueryResponse OrderInQuiry(OrderInQuiryInput input)
+        public async Task<AlipayTradeQueryResponse> OrderInQuiry(OrderInQuiryInput input)
         {
             AlipayTradeQueryResponse response = Factory.Payment.Common().Query(input.OutTradeNo);
             return response;

--
Gitblit v1.9.1