From d6af4520eb948a5b1ab1c6c4352d9688513e1713 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 27 三月 2025 16:26:18 +0800 Subject: [PATCH] fix:新增微信支付查询 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index 81e6737..652dc01 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs @@ -1,4 +1,5 @@ -锘縰sing LifePayment.Domain.Shared; +锘縰sing Alipay.EasySDK.Payment.Common.Models; +using LifePayment.Domain.Shared; using System; using System.Collections.Generic; using System.Threading.Tasks; @@ -272,6 +273,27 @@ Task<string> GetBillErceiptExport(string orderNo); /// <summary> + /// 鏌ヨ鏀粯瀹濇敮浠樿鍗曚俊鎭� + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + Task<AlipayTradeQueryResponse> QueryAlipayTrade(OrderInQuiryInput input); + + /// <summary> + /// 鏌ヨ鏀粯瀹濋��娆捐鍗曚俊鎭� + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + Task<AlipayTradeFastpayRefundQueryResponse> QueryAlipayTradeRefund(OrderInQuiryInput input); + + /// <summary> + /// 鏌ヨ寰俊鏀粯璁㈠崟淇℃伅 + /// </summary> + /// <param name="outTradeNo"></param> + /// <returns></returns> + Task WxPayDomesticRefundsQuery(string outTradeNo); + + /// <summary> /// 璁剧疆鐢熸椿缂磋垂鏀粯绫诲瀷 /// </summary> /// <param name="input"></param> -- Gitblit v1.9.1