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/bin/Release/RestartService.exe | 0 RestartService/RestartService/obj/Release/RestartService.csproj.GenerateResource.cache | 0 RestartService/RestartService/obj/Release/RestartService.csprojResolveAssemblyReference.cache | 0 RestartService/RestartService/obj/Release/RestartService.exe | 0 RestartService/RestartService/Monitor/EmqxClientMonitor.cs | 5 ++--- RestartService/RestartService/bin/Release/RestartService.vshost.exe.config | 11 +++++------ RestartService/RestartService/obj/Release/RestartService.pdb | 0 RestartService/.vs/RestartService/v14/.suo | 0 RestartService/RestartService/Monitor/EmqxPushMonitor.cs | 4 ++-- RestartService/RestartService/bin/Release/RestartService.pdb | 0 10 files changed, 9 insertions(+), 11 deletions(-) diff --git a/RestartService/.vs/RestartService/v14/.suo b/RestartService/.vs/RestartService/v14/.suo index 9aa34a3..d5dd03a 100644 --- a/RestartService/.vs/RestartService/v14/.suo +++ b/RestartService/.vs/RestartService/v14/.suo Binary files differ 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) 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; diff --git a/RestartService/RestartService/bin/Release/RestartService.exe b/RestartService/RestartService/bin/Release/RestartService.exe index c11b09e..529132b 100644 --- a/RestartService/RestartService/bin/Release/RestartService.exe +++ b/RestartService/RestartService/bin/Release/RestartService.exe Binary files differ diff --git a/RestartService/RestartService/bin/Release/RestartService.pdb b/RestartService/RestartService/bin/Release/RestartService.pdb index 45d8ae9..7e91f5f 100644 --- a/RestartService/RestartService/bin/Release/RestartService.pdb +++ b/RestartService/RestartService/bin/Release/RestartService.pdb Binary files differ diff --git a/RestartService/RestartService/bin/Release/RestartService.vshost.exe.config b/RestartService/RestartService/bin/Release/RestartService.vshost.exe.config index 452e66f..8073d92 100644 --- a/RestartService/RestartService/bin/Release/RestartService.vshost.exe.config +++ b/RestartService/RestartService/bin/Release/RestartService.vshost.exe.config @@ -2,12 +2,10 @@ <configuration> <appSettings> <add key="RunAfter" value="MSMQ"/> - <add key="Servers" value="Server,FtpServer,闄堣吹鍐涚壒娈婃湇鍔″櫒,PushServer,娓呯悊宸ュ叿"/> - <add key="Server" value="D:\Servers\GateWayServer\Server.exe"/> - <add key="闄堣吹鍐涚壒娈婃湇鍔″櫒" value="D:\Servers\鐗规畩搴旂敤\闄堣吹鍐沑闄堣吹鍐涚壒娈婃湇鍔″櫒.exe"/> - <add key="FtpServer" value="D:\Servers\FtpServer\FtpServer.exe"/> - <add key="PushServer" value="D:\Servers\PushServer\PushServer.exe"/> - <add key="娓呯悊宸ュ叿" value="D:\FTP\娓呯悊宸ュ叿\娓呯悊宸ュ叿.exe"/> + <add key="Servers" value="Server,MQTTPush,MQTTPenetrate"/> + <add key="Server" value="D:\Server(New)\Server.exe"/> + <add key="MQTTPush" value="D:\MQTTPush\MQTTPush.exe"/> + <add key="MQTTPenetrate" value="D:\MQTTPenetrate\MQTTPenetrate.exe"/> @@ -19,6 +17,7 @@ <add key="SecretKey" value="WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss"/> <add key="EmqClientUrl" value="http://15.185.137.39:8081/api/v4/clients/ForeignPenetrateService"/> + <add key="EmqPushUrl" value="http://15.185.137.39:8081/api/v4/clients/ForeignPenetrateService1"/> <add key="EmqAuthToken" value="Basic MmY1ZjEyZmVkYzFlOk16QTVPREE1TURrM056a3pNemt3TWpnMk9EZ3dORGt4TnpJeU1EWTBOVEkzTXpH"/> </appSettings> diff --git a/RestartService/RestartService/obj/Release/RestartService.csproj.GenerateResource.cache b/RestartService/RestartService/obj/Release/RestartService.csproj.GenerateResource.cache index bca7a8f..8ecd853 100644 --- a/RestartService/RestartService/obj/Release/RestartService.csproj.GenerateResource.cache +++ b/RestartService/RestartService/obj/Release/RestartService.csproj.GenerateResource.cache Binary files differ diff --git a/RestartService/RestartService/obj/Release/RestartService.csprojResolveAssemblyReference.cache b/RestartService/RestartService/obj/Release/RestartService.csprojResolveAssemblyReference.cache index 06dec9c..dc1524e 100644 --- a/RestartService/RestartService/obj/Release/RestartService.csprojResolveAssemblyReference.cache +++ b/RestartService/RestartService/obj/Release/RestartService.csprojResolveAssemblyReference.cache Binary files differ diff --git a/RestartService/RestartService/obj/Release/RestartService.exe b/RestartService/RestartService/obj/Release/RestartService.exe index c11b09e..529132b 100644 --- a/RestartService/RestartService/obj/Release/RestartService.exe +++ b/RestartService/RestartService/obj/Release/RestartService.exe Binary files differ diff --git a/RestartService/RestartService/obj/Release/RestartService.pdb b/RestartService/RestartService/obj/Release/RestartService.pdb index 45d8ae9..7e91f5f 100644 --- a/RestartService/RestartService/obj/Release/RestartService.pdb +++ b/RestartService/RestartService/obj/Release/RestartService.pdb Binary files differ -- Gitblit v1.8.0