From a8409b967cebd8e629453a4b04ead4e390cc4d83 Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期二, 18 三月 2025 15:28:44 +0800
Subject: [PATCH] 添加日志

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

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index b2bf63f..c911bc7 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -111,7 +111,7 @@
         }
 
         /// <summary>
-        /// 鑾峰彇鐕冩皵鏀寔鍟嗘埛
+        /// 娣诲姞鏃ュ織
         /// </summary>
         /// <returns></returns>
         [HttpPost]
@@ -119,7 +119,7 @@
 
         public async Task<int> AddLogger(LogErrorInput input)
         {
-            Logger.LogError(input.Error);
+            Logger.LogError("鍓嶇閿欒锛�" + input.Error);
             return Constant.SUCCESS;
         }
 

--
Gitblit v1.9.1