查询车辆使用记录
GET
http://localhost:8091/eventManagement/carUsageRecord
请求参数
参数名
类型
描述
必填
carId
Integer
车辆ID
必填
响应参数
参数名
类型
描述
必填
msg
必填
code
必填
carId
Integer
车辆ID
必填
carApplyId
Integer
车辆申请记录ID
必填
homePlace
String
归属服务站
必填
carNum
String
车牌号
必填
serviceLife
String
车辆使用年限
必填
type
String
车辆类型
必填
passengerMax
String
车辆最大载客(车载)
必填
vehicleStatus
String
用车状态(0使用中/1已归还)
必填
routeMap
String
路线图
必填
destination
String
目的地
必填