update
This commit is contained in:
parent
b280185276
commit
ed0a45a031
@ -59,7 +59,7 @@ 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']];
|
||||
return ['code'=>0,'msg'=>$gps_car_id['msg']];
|
||||
}
|
||||
$params['gps_car_id'] = $gps_car_id['data']['carId'];
|
||||
//获取车辆行驶历史信息
|
||||
|
Loading…
x
Reference in New Issue
Block a user