From bef933e7e166b085ba7e46e38ea62d9ae0129ec6 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 20 一月 2025 10:47:23 +0800 Subject: [PATCH] 远程API模式阶段性提交 --- Desktop/HStation.Desktop.Xhs.Core/Program.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Desktop/HStation.Desktop.Xhs.Core/Program.cs b/Desktop/HStation.Desktop.Xhs.Core/Program.cs index 16dce32..fc879d3 100644 --- a/Desktop/HStation.Desktop.Xhs.Core/Program.cs +++ b/Desktop/HStation.Desktop.Xhs.Core/Program.cs @@ -99,6 +99,7 @@ var ex = e.Exception; if (ex is Yw.Dto.InternalException internalEx) { + Yw.LogHelper.Error("系统出现内部异常,ERROR:249", internalEx); MessageBoxHelper.ShowError(internalEx.ErrorMsg); } -- Gitblit v1.9.3