From 2c511ccf6541384f517eda69f897a23404573983 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 02 四月 2025 15:00:31 +0800
Subject: [PATCH] fix:bug修复
---
LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs
index 06405b2..5bdad15 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>
/// 渚涘簲鍟嗗洖璋冨鐞�
@@ -291,7 +299,14 @@
/// </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 +334,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