@@ -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';