Browse Source

摄像头同步接口修改

任敬轩 2 years ago
parent
commit
95d1d16039
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/UpdateHkList.php

+ 1 - 1
app/Console/Commands/UpdateHkList.php

@@ -233,7 +233,7 @@ class UpdateHkList extends Command
                     $update_time = strtotime($v['updateTime']);
                     $update_time = number_format((time() - $update_time)/(60*60*24),2);
 
-                    if($update_time < 10){
+                    if($update_time < 100){
                         $params = [
                             'mine_id'       => $val->id,
                             'camera_name'   => $this->transformCameraName($v['camera_name']),