From 0846b628ebd2e657a7fb070df41569d38556a476 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 10 四月 2025 10:56:26 +0800
Subject: [PATCH] fix: ACOOLYNotify 回调状态修改

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

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs b/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
index 0d20883..0ff58ca 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/AliPayNotifyController.cs
@@ -74,6 +74,7 @@
                     await _lifePayOrderService.AddLifePayExpensesReceipts(new AddLifePayExpensesReceiptsInput()
                     {
                         OrderNo = input.OutTradeNo,
+                        OutRefundNo = input.OutBizNo,
                         OutOrderNo = input.TradeNo,
                         LifePayType = LifePayTypeEnum.AliPay,
                         ExpensesReceiptsType = ExpensesReceiptsTypeEnum.Receipts
@@ -82,7 +83,7 @@
             }
             else
             {
-                   _logger.LogError($"鐢熸椿绠″鏀粯瀹濆厖鍊煎洖璋冮�氱煡锛氳鍗曞彿寮傚父 "+ input.OutTradeNo);
+                   _logger.LogError($"鐢熸椿绠″鏀粯瀹濆厖鍊煎洖璋冮�氱煡锛氳鍗曞彿寮傚父 " + input.OutTradeNo);
             }
 
             return new ContentResult

--
Gitblit v1.9.1