From f885db9e204c172c62779f45c3edee3cae463b8d Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 01 四月 2025 16:00:33 +0800 Subject: [PATCH] Merge branch 'dev-lifepay-v1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-lifepay-v1.3 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 27 ++++++++++++++++++++++++--- 1 files changed, 24 insertions(+), 3 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index 652dc01..299ec16 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs @@ -50,7 +50,15 @@ /// <returns></returns> Task LifePaySuccessHandler(string orderNo, string outOrderNo); - Task WxPayDomesticRefundsHandler(string orderNo, LifePayRefundStatusEnum refundStatus); + /// <summary> + /// 閫�娆炬垚鍔熷洖璋冨鐞� + /// </summary> + /// <param name="orderNo"></param> + /// <param name="refundStatus"></param> + /// <returns></returns> + Task LifePayRefundsHandler(string orderNo, LifePayRefundStatusEnum refundStatus); + + /// <summary> /// 渚涘簲鍟嗗洖璋冨鐞� @@ -287,11 +295,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 +336,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