likang vor 1 Jahr
Ursprung
Commit
dbb276cc06
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      catch/api/controller/Api.php

+ 2 - 2
catch/api/controller/Api.php

@@ -227,8 +227,8 @@ class Api extends CatchController
                        
                         //总数
                         $count= count($a);
-                        if((time()-$json_data["time"])<6){
-                            debug_log("clear_label", $item.':'. "标签上报间隔没有超过8秒进行跳过");
+                        if((time()-$json_data["time"])<=7){
+                            debug_log("clear_label", $item.':'. "标签上报间隔没有超过7秒进行跳过");
                             continue;
                         }