tongshanglei 2 년 전
부모
커밋
35f1a96b07
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      catch/device/model/get/StationGet.php

+ 1 - 1
catch/device/model/get/StationGet.php

@@ -23,7 +23,7 @@ trait StationGet
     public function getIsOnlineAttr($value){
         $value = strtotime($this->online_time);
         $int=time()-$value;
-        if($int>120){
+        if($int>180){
             return '0';
         }else{
             return '1';