14.车牌申请记录
POST
/api/bikenumApply/getBikenumApplyByList
接口描述
缴费记录
请求头
参数名
类型
描述
必填
content-Type
string
application/json;charset=utf-8
必填
请求参数
响应参数
参数名
类型
描述
必填
timestamp
long
时间戳(毫秒)
必填
sign
string
参数签名
必填
code
string
响应状态码 10000成功 其他失败
必填
msg
string
响应描述(当code不为1000返回信息)
必填
totalSize
int
总条数
必填
id
string
车牌申请记录id
必填
bikeNumAmount
sring
车牌费
必填
registerBikeAmount
string
车牌上牌费用
必填
totalFee
string
合计费用
必填
payStatusDesc
string
缴费状态说明
必填
payStatus
int
支付状态 1待支付 2已支付 3免费 (status 为5并且未支付状态,给支付)
必填
status
int
审核状态 1 待审核 2资料审核通过 3审核失败 4 已取消 5车牌申请审核通过 6已上牌
必填
statusDesc
string
审核状态描述
必填
bikeKindDesc
string
上牌类型
必填
bikeTypeDesc
string
用户类型
必填
checkAdvise
string
审核意见
必填
bikeNum
string
车牌号,当状态status为6时才有
必填