16. 上牌申请-列表
POST
/api/bike/getLicenseApply
请求头
参数名
类型
描述
必填
content-Type
string
application/json;charset=utf-8
必填
请求参数
响应参数
参数名
类型
描述
必填
timestamp
long
时间戳(毫秒)
必填
sign
string
参数签名
必填
code
string
响应状态码 10000成功 其他失败
必填
msg
string
响应描述(当code不为1000返回信息)
必填
id
int
车辆id
必填
bikeTypeDesc
string
车辆类型描述
必填
isStandardDesc
string
是否符合国标描述
必填
typeDesc
string
当车辆类型为其他时才有结果返回
必填
brand
string
车辆品牌
必填
buyTime
string
购买时间
必填
createTime
string
申请时间
必填
status
int
审核状态,0.未申请 2.审核通过,3.审核失败
必填
statusDesc
string
状态描述
必填
checkStateFlag
boolean
是否可修改, true 可修改 false 不可修改
必填