瀏覽代碼

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

likang 1 年之前
父節點
當前提交
eac23868bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
             }