文档
测试

车辆信息列表查询

POST
http://127.0.0.1:6070/vehicle/getVehicleList?pageIndex=1&pageSize=10

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
currentPage
int
示例:1
必填
isMore
int
示例:0
必填
items
array
车辆数据列表
必填
id
int
示例:1
必填
createTime
int
创建时间,示例:1576653121000
必填
driver
string
司机,示例:程序员
必填
freightPerKilometer
int
每公里运费,示例:3
必填
isDefault
int
是否默认用车1-默认2-不默认,示例:2
必填
licenseNumber
string
车号,示例:1
必填
load
int
载重,示例:13
必填
mobilePhone
string
手机号,示例:12345678901
必填
remarks
string
备注,示例:测试
必填
startingPrice
int
起步价,示例:2000
必填
volume
int
体积,示例:66
必填
pageSize
int
示例:10
必填
startIndex
int
示例:0
必填
totalNum
int
示例:2
必填
totalPage
int
示例:1
必填
msg
string
示例:查询车号成功!
必填