From d7399b083de823860a56b68c79f8e36603fb4ea3 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期一, 31 三月 2025 13:37:19 +0800 Subject: [PATCH] fix:获取渠道分佣分页列表 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index 652dc01..f5cb567 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs @@ -287,11 +287,20 @@ Task<AlipayTradeFastpayRefundQueryResponse> QueryAlipayTradeRefund(OrderInQuiryInput input); /// <summary> - /// 鏌ヨ寰俊鏀粯璁㈠崟淇℃伅 + /// 鏌ヨ寰俊閫�娆捐鍗曚俊鎭� /// </summary> /// <param name="outTradeNo"></param> /// <returns></returns> - Task WxPayDomesticRefundsQuery(string outTradeNo); + Task<WxPayDomesticRefundsQueryReponse> WxPayDomesticRefundsQuery(string outTradeNo); + + /// <summary> + /// 鏌ヨ寰俊璁㈠崟淇℃伅 + /// </summary> + /// <param name="outTradeNo"></param> + /// <returns></returns> + Task<WxPayTradeQueryReponse> WxPayTradeQuery(string outTradeNo); + + /// <summary> /// 璁剧疆鐢熸椿缂磋垂鏀粯绫诲瀷 @@ -319,5 +328,9 @@ /// <exception cref="UserFriendlyException"></exception> Task<string> GetPayQRCode(LifePayTypeEnum payType, string outTradeNo, string description, decimal amount, string ip, string h5Type); + Task<bool> CheckChannelsStatus(string channlesId); + + + } \ No newline at end of file -- Gitblit v1.9.1