新增
POST
http://127.0.0.1:9998/carinfoAction/add
请求参数
参数名
类型
描述
必填
carno
string
示例:晋A98CY2 车牌
必填
cartypeid
int
示例:2 车辆类型
必填
color
string
示例:黑色 颜色
必填
remark
string
示例:备注
必填
productionyear
string
示例:2014 生产年份
必填
seatnum
int
示例:32 座位数
必填
curmileage
int
示例:3000 当前里程
必填
powerid
int
示例:4
必填
driverids
string
示例: 司机
必填
carmodel
车辆型号
必填
响应参数
参数名
类型
描述
必填
result
boolean
示例:false
必填
message
string
示例:车牌号不能重复
必填