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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index f32e018..c911bc7 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -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