简要描述
请求URL
请求方式
请求参数
参数名 |
必选 |
类型 |
说明 |
plateCard |
是 |
string |
车牌号 |
busSelfNum |
是 |
string |
车辆自编号 |
busModel |
是 |
string |
车辆型号 |
powerType |
是 |
string |
能源类型(FUEL=燃油车,BATTERY=纯电,HYBRID=混动) |
routeCode |
否 |
string |
归属线路编号 |
返回示例
{
"code":0,
"msg":null,
"data":{
"id":189,
"orgId":null,
"plateCard":"川G12345",
"busSelfNum":"G231",
"purchaseDate":null,
"activeDate":"2022-07-04 00:00:00",
"scrapCycle":null,
"scrapMile":null,
"seatQty":null,
"capQty":null,
"busLength":null,
"busModel":"大众",
"totalMile":null,
"busStatus":null,
"busOperateType":null,
"powerType":"FUEL",
"tankVolume":null,
"batteryKwh":null,
"batteryLife":null,
"batteryChargeTime":null,
"topSpeed":null,
"mainProdId":null,
"busType":null
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
int |
车辆id |
plateCard |
String |
车牌号 |
busSelfNum |
String |
车辆自编号 |
purchaseDate |
String |
购买日期 |
activeDate |
String |
启用日期 |
scrapCycle |
String |
报废周期(年) |
scrapMile |
String |
报废里程(公里) |
seatQty |
int |
座位数 |
capQty |
int |
载客数 |
busModel |
String |
车辆型号 |
totalMile |
int |
总里程(公里) |
busStatus |
int |
车辆状态(1-正常,2-报废,3-封存,4-其它) |
busOperateType |
int |
车辆用途(1-营运,2-非营运) |
powerType |
String |
能源类型(FUEL=燃油车,BATTERY=纯电,HYBRID=混动) |
batteryKwh |
int |
电池容量 |
batteryLife |
int |
电池续航里程(公里) |
batteryChargeTime |
float |
电池充电时长(小时) |
topSpeed |
int |
最高时速(公里/小时) |
备注
文档更新时间: 2022-07-29 18:18 作者:admin