Explorar o código

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

likang %!s(int64=2) %!d(string=hai) anos
pai
achega
eac23868bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }