Quellcode durchsuchen

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

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

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

@@ -802,7 +802,7 @@ class Api extends CatchController
         // $url="http://61.175.203.188:10001/api/accessClassReport";
         // if($flagIn && $status == 2){
         if($flagIn){
-            if ($info["pushTime"] &&  (time()-$info['pushTime']) < 3 ) { 
+            if ($info["pushTime"] &&  (time()-$info['pushTime']) < 120 ) { 
                 # code...
                 return $info;
             }