简要描述:

  • 交易记录接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 孙程 2019-09-18

请求URL:

请求方式:

  • get

请求头:

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

请求参数:

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

返回示例:

正确时返回(例子):

    "data": [
    {
        "id": 43,
        "uid": 74,
        "vin": "WBA3X3102ED359677",
        "ordersn": "85971568896929034",
        "price": "6.00",
        "serial": "",
        "status": 0,
        "report_id": 0,
        "type": 0,
        "create_at": 1568896929,
        "update_at": 1568896929,
        "way": 0,
        "car_status": 0,
        "brand": "宝马",
        "logo": "http://image.bitautoimg.com/bt/car/default/images/carimage/m_3_100.jpg",
        "carbrand_status": 0,
        "report_status": null
    },

错误时返回(例子):

{

}

返回参数说明:

参数名 类型 说明
uid int 用户名
vin int 车架号
ordersn string 订单号
serial string 交易序列号
type int 报告类型:0=维保 1=出险
price float 订单金额
report_id int 报告id,id为0或空表示没有数据
status int 订单状态:0=未支付 1=支付成功 2=支付失败 3=退款
brand int 品牌
logo int 品牌logo
way int 交易模式 0=在线支付 1=余额支付
report_status int 报告状态 0=查询中 1=查询成功 2=查询失败
report_status2 int 为3,标识报告为空的情况

备注:

  • 更多返回错误代码请看下面
    200 请求成功
    400 请求失败
文档更新时间: 2019-09-28 15:53   作者:jetsamsun
上一篇:
下一篇: