update
This commit is contained in:
parent
8d2590c869
commit
b280185276
@ -58,6 +58,9 @@ class VehicleLogic extends BaseLogic
|
||||
}
|
||||
//获取车辆在gps系统中的id
|
||||
$gps_car_id = (new GpsLogic()) -> info($car['gps_imei']);
|
||||
if($gps_car_id['code'] == 0){
|
||||
return ['code'=>0,'msg'=>$gps_car_id['mag']];
|
||||
}
|
||||
$params['gps_car_id'] = $gps_car_id['data']['carId'];
|
||||
//获取车辆行驶历史信息
|
||||
$result = (new GpsLogic()) -> history($params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user