Browse Source

Merge branch 'master' of http://gogs.renlianiot.com:4000/zmcoding/station-test-api

likang 2 years ago
parent
commit
df812a9ba5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      task_script/PAREA_STATUS_UPDATE.php

+ 1 - 1
task_script/PAREA_STATUS_UPDATE.php

@@ -237,7 +237,7 @@ while (true) {
                         "data" => [
                             [
                                 "label" => $data["id"],
-                                "time" => $data["time"],
+                                "time" => time(),
                                 "dirt" => 2
                             ]
                         ]