From d3df5273d83fefa80e988300f1d33387985c811c Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期一, 31 三月 2025 17:33:28 +0800 Subject: [PATCH] fix:支付宝支付回调 --- LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/ILifePayService.cs index f5cb567..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> /// 渚涘簲鍟嗗洖璋冨鐞� -- Gitblit v1.9.1