From 069d4d944d3cb504264c9389ce563e5165d7d364 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 14:02:35 +0800
Subject: [PATCH] fix:支付宝退款报错优化

---
 LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs b/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
index 28aee15..3d41c9c 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
@@ -58,6 +58,10 @@
                     await _lifePayService.LifePaySuccessHandler(input.OutTradeNo, input.TradeNo);
                 }
             }
+            else
+            {
+                   _logger.LogError($"鐢熸椿绠″鏀粯瀹濆厖鍊煎洖璋冮�氱煡锛氳鍗曞彿寮傚父 "+ input.OutTradeNo);
+            }
 
             return new ContentResult
             {

--
Gitblit v1.9.1