From cf310edb65a9e124b2d0da24077fcc9ffbcde8cd Mon Sep 17 00:00:00 2001 From: 高胜 <gs@hdlchina.com.cn> Date: 星期一, 27 三月 2023 10:27:28 +0800 Subject: [PATCH] 修改提示 --- RestartService/RestartService/Monitor/EmqxClientMonitor.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/RestartService/RestartService/Monitor/EmqxClientMonitor.cs b/RestartService/RestartService/Monitor/EmqxClientMonitor.cs index d98432f..cb274a8 100644 --- a/RestartService/RestartService/Monitor/EmqxClientMonitor.cs +++ b/RestartService/RestartService/Monitor/EmqxClientMonitor.cs @@ -27,14 +27,13 @@ if (result.code != 0) { - throw new Exception("鍝嶅簲鏁版嵁寮傚父"); + throw new Exception("EMQX鏈嶅姟鍝嶅簲寮傚父"); } if (result.data.Count == 0) { - throw new Exception("鍝嶅簲鏁版嵁寮傚父"); + throw new Exception("MQTT閲嶈繛澶辫触锛屾湇鍔′笉鍙敤锛�"); } - DeviceCacheExCount = 0; } catch (Exception exc) -- Gitblit v1.8.0