From 09993a89f2f180106c57eff8a5c2016d511630ee Mon Sep 17 00:00:00 2001 From: lxw Date: Fri, 31 May 2024 17:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADdev=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E4=B8=80=E4=BA=9B=E5=90=AF=E5=8A=A8=E9=A1=B9?= =?UTF-8?q?=E4=BB=A5=E9=98=B2=E5=8D=A0=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Cloud/Client/CloudClient.cs | 4 ++-- WebStarter/appsettings.dev.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Service/Cloud/Client/CloudClient.cs b/Service/Cloud/Client/CloudClient.cs index 3688969..b539ec2 100644 --- a/Service/Cloud/Client/CloudClient.cs +++ b/Service/Cloud/Client/CloudClient.cs @@ -197,7 +197,7 @@ public class CloudClient : IMqttClientConnectedHandler, IMqttApplicationMessageR { await DoSubTopic(SubTopic); - SendVehicleCertification(new VehicleCertification() + /*SendVehicleCertification(new VehicleCertification() { dt = DateTime.Now, en = 1, @@ -205,7 +205,7 @@ public class CloudClient : IMqttClientConnectedHandler, IMqttApplicationMessageR rfid= "LZ5NB6D33RB000438", ty= 2, vi ="LZ5NB6D33RB000438" - }); + });*/ // SendSignIn(new SignIn() // { // sn = StaticStationInfo.StationNo, diff --git a/WebStarter/appsettings.dev.json b/WebStarter/appsettings.dev.json index d7a6711..de69972 100644 --- a/WebStarter/appsettings.dev.json +++ b/WebStarter/appsettings.dev.json @@ -77,7 +77,7 @@ } }, "cloud": { - "enable": true + "enable": false }, "plc": { "enable": true @@ -86,6 +86,6 @@ "enable": true }, "task": { - "enable": true + "enable": false } } \ No newline at end of file