From b8d5b1f56f5604bfc3645d3735154812644fc391 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 27 三月 2025 15:30:29 +0800 Subject: [PATCH] 提交 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index 81e6737..1a065eb 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,15 @@ Task<string> GetBillErceiptExport(string orderNo); /// <summary> + /// 鏌ヨ鏀粯瀹濇敮浠樿鍗曚俊鎭� + /// </summary> + /// <param name="input"></param> + /// <returns></returns> + Task<AlipayTradeQueryResponse> QueryGetAlipayTrade(OrderInQuiryInput input); + + + + /// <summary> /// 璁剧疆鐢熸椿缂磋垂鏀粯绫诲瀷 /// </summary> /// <param name="input"></param> -- Gitblit v1.9.1