|
@@ -168,7 +168,7 @@ class ApiAction extends Action {
|
|
|
}
|
|
|
$lastLoactionTime = $onlineTime;
|
|
|
//心跳时间
|
|
|
- $gpsHeart = Redis('rfld_gps_last_location','hash');
|
|
|
+ $gpsHeart = Redis('rfld_gps_last_heartbeat','hash');
|
|
|
$heartTime = $gpsHeart->get($gpsNumber);
|
|
|
if(!$heartTime){
|
|
|
$heartTime = false;
|