From 2d80ee122541898b7e3e4dc5507997498be9b484 Mon Sep 17 00:00:00 2001 From: 高胜 <gs@hdlchina.com.cn> Date: 星期二, 23 五月 2023 13:46:13 +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