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