From 85de4f8a1ef46f61e57b4ec375186122c23a3212 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 27 三月 2025 15:10:45 +0800 Subject: [PATCH] fix:新增支付宝查询 --- LifePayment/LifePayment.Application/LifePay/LifePayService.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs b/LifePayment/LifePayment.Application/LifePay/LifePayService.cs index 544d13e..3645623 100644 --- a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs +++ b/LifePayment/LifePayment.Application/LifePay/LifePayService.cs @@ -820,6 +820,15 @@ return ""; } } + + public async Task<AlipayTradeQueryResponse> QueryGetAlipayTrade(OrderInQuiryInput input) + { + var result = await _aliPayApi.OrderInQuiry(input); + return result; + } + + + #endregion #region 鎿嶄綔 -- Gitblit v1.9.1