From a21551afb5f23820eb12848f560f4050eb5c35e2 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 19 三月 2025 09:34:29 +0800
Subject: [PATCH] fix: s
---
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 a860b96..09330ad 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