高速车辆月经营分布评估

HTTPS
高速车辆月经营分布评估
套餐 1
套餐 2
套餐 3
套餐 4
30 / 10 次

雷达评级

AA

用户规模

10 万+

产品上线

4

高速车辆月经营分布评估

接口地址
https://chinadatapay.apistd.com/government/traffic/2333
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
plateNumberstring
string
车牌号(需MD5加密入参(32位小写)
monthstring
string
自定义查询时间(格式为:YYYYMM,代表查询年月,如:今天是2019年1月19日,近两年的数据为2016年12月-2018年11月,此项输入:201612,备注:2019年1月20日更新后,近两年的数据为2017年1月-2018年12月)
colorstring
string
车牌颜色(黄,绿,蓝)
返回参数 (Body)
参数类型描述
codestring
string
业务状态码
messagestring
string
提示信息
dataobject
object
infostring
string
车货总重指数详情
L1string
string
1000公里以上(含1000公里)经营分布信息
L2string
string
500-1000公里经营分布信息
L3string
string
200-500公里经营分布信息
L4string
string
200公里以内(不含200公里)经营分布信息
countstring
string
行驶次数
timestring
string
行驶时间(单位:分)
retstring
string
查询状态(0:查得; -1:未查得)
seqNostring
string
序列号(每次调用接口返回的唯一值,如有接口问题,请提供此值)
请求返回示例
{
  "code": "10000",
  "message": "成功",
  "data": {
    "ret": 0,
    "info": {
      "L1": {
        "count": 0,
        "time": 0
      },
      "L2": {
        "count": 8,
        "time": 6166.61
      },
      "L3": {
        "count": 19,
        "time": 5879.97
      },
      "L4": {
        "count": 16,
        "time": 1700.73
      }
    }
  },
  "seqNo": "K2R064V11906121354"
}