简要描述:

  • 交易记录接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2019-11-06

请求URL:

请求方式:

  • get

请求头:

参数名 是否必须 类型 说明
Content-Type string
Content-MD5 string

请求参数:

参数名 是否必须 类型 说明
token string 用户授权
page int 请求页,默认1
paginate int 每页条数,默认10
status int 报告状态 0=全部 1=查询中 2=查询成功 3=查询失败
keyword int vin码 或 订单号

返回示例:

正确时返回(例子):

错误时返回(例子):

{
{
    "msg": "获取订单成功",
    "code": 200,
    "icon": 1,
    "time": 2000,
    "data": [
        {
            "status": 1,
            "order_type": 2,
            "order_num": "18701573035746586",
            "vin": "苏GZY911",
            "create_at": "2019-11-06 18:22:26",
            "price": "1.00",
            "ordersn": "18701573035746586",
            "color": "红",
            "production": "2016-10-21 00:00:00",
            "wheelBase": "2860",
            "engineType": "LTG",
            "plate": "苏GZY911",
            "totalMass": "1996",
            "type": "SGM7200AAA3",
            "scrap": "2099-12-31 00:00:00",
            "carType": "小型轿车",
            "displacement": "1998",
            "state": "违法未处理",
            "brand": "凯迪拉克",
            "brand_logo": "http://image.bitautoimg.com/bt/car/default/images/carimage/m_107_100.jpg",
            "owner": "",
            "loadWeight": "0",
            "maxJourney": "200",
            "frameNumber": "LSGAR5AL8GH181168",
            "nature": "非营运",
            "totalPassenger": "5",
            "engineNumber": "162945185",
            "numberKind": "小型汽车",
            "axisNumber": "2",
            "rearTread": "1578",
            "frontTrack": "1535",
            "fuelType": "汽油",
            "curbWeight": "1600",
            "validity": "2020-11-30 00:00:00",
            "firstRecord": "2016-11-23 15:04:51",
            "check_time": "1573035803"
        },
        {
            "status": 0,
            "order_type": 2,
            "order_num": "49261573032498484",
            "vin": "苏GZY911",
            "create_at": "2019-11-06 18:22:26",
            "price": "1.00",
            "ordersn": null,
            "color": null,
            "production": null,
            "wheelBase": null,
            "engineType": null,
            "plate": null,
            "totalMass": null,
            "type": null,
            "scrap": null,
            "carType": null,
            "displacement": null,
            "state": null,
            "brand": null,
            "brand_logo": null,
            "owner": null,
            "loadWeight": null,
            "maxJourney": null,
            "frameNumber": null,
            "nature": null,
            "totalPassenger": null,
            "engineNumber": null,
            "numberKind": null,
            "axisNumber": null,
            "rearTread": null,
            "frontTrack": null,
            "fuelType": null,
            "curbWeight": null,
            "validity": null,
            "firstRecord": null,
            "check_time": null
        },
    ],
    "url": null
}
}

返回参数说明:

参数名 类型 说明
status int 状态 0=待支付 1=支付成功 2=支付失败
order_type int 0=维保 1=事故 2=车辆信息
order_num string 订单号
vin string 车牌号
create_at string 下单时间
price string 价格
ordersn string 订单号
color string 车身颜色
production string 出场日期
wheelBase string 轴距
engineType string 发动机型号
plate string 车牌号
totalMass string 总质量
type string 车辆型号
scrap string 强制报废期止
carType string 车辆类型
displacement string 排量
state string 机动车状态
brand string 车辆品牌名称
brand_logo string 车品牌logo
owner string 所有人
loadWeight string 核定载质量
maxJourney string 最大功率(kw)
frameNumber string 车架号
nature string 使用性质
totalPassenger string 核定载客数
engineNumber string 发动机号
numberKind string 号牌种类
axisNumber string 轴数
rearTread string 后轮距
frontTrack string 前轮距
fuelType string 燃料种类
curbWeight string 整备质量
validity string 检验有效期止
firstRecord string 初次登记日期
check_time string 查询时间

备注:

  • 更多返回错误代码请看下面
    200 请求成功
    400 请求失败
文档更新时间: 2019-11-07 19:55   作者:jetsamsun