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/EmqxPushMonitor.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RestartService/RestartService/Monitor/EmqxPushMonitor.cs b/RestartService/RestartService/Monitor/EmqxPushMonitor.cs index 49214bb..717c95b 100644 --- a/RestartService/RestartService/Monitor/EmqxPushMonitor.cs +++ b/RestartService/RestartService/Monitor/EmqxPushMonitor.cs @@ -27,12 +27,12 @@ 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; -- Gitblit v1.8.0