文档
测试

车辆轴数查询

POST
http://127.0.0.1:8080/app/vehicletype/getAxles

接口描述

车辆轴数查询

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
errorCode
string
示例:-1
必填
msg
string
示例:查询成功
必填
list
array
数据列表
必填
label
string
示例:二轴
必填
value
string
示例:0
必填
total
number
示例:0
必填

说明 / 示例

{ "success": true, "errorCode": "-1", "msg": "查询成功", "list": [ { "label": "二轴", "value": "0" }, { "label": "三轴", "value": "1" }, { "label": "四轴", "value": "2" }, { "label": "五轴", "value": "4" }, { "label": "六轴", "value": "5" } ], "total": 0 }