查询车辆是否合规接口

说明

合作方调用该接口查询车辆合规状态, 接口限制调用频次 需每分钟小于30次

地址URL

https://test-open-gw.01zhuanche.com/third/driverCompliance/verifyCation

HTTP请求方式

GET

请求参数

名称 选项 类型及范围 说明
sign 必选 string 签名
type 必选 int 类型:1 人证 2 车证
cityId 可选 int 城市ID
licensePlates 可选 string 车牌号,车证必传
idCard 可选 string 身份证号,人证必传
source 可选 string 来源
flag 可选 int 传1不走缓存,直接调用第三方接口

返回数据

名称 类型 说明
code int 0:成功;非0:失败原因编号
msg string 失败原因描述,若成功则值为空
data jsonObject json数据
data.apiCode string 代码
data.carPersonType 数字型 1车证 2人证
data.driverId int 司机ID
data.idCard string 司机身份证号
data.licensePlates string 车牌号
data.source int 1数据库查询 2 三方接口返回
data.status int 1合规 2不合规 3无结果 6接口次数已用完

返回示例

{
    "code":1,
    "msg":"sign error",
    "data":null
}

{
    "code":0,
    "data":{
        "apiCode":"guojiao",
        "carPersonType":1,
        "driverId":null,
        "idCard":"110102198805176050",
        "licensePlates":"京A10x22",
        "source":2,
        "status":2
    },
    "msg":"成功",
    "success":true
}
Copyright © 首约科技(北京)有限公司 2020 all right reserved,powered by Gitbook该文件修订时间: 2025-03-10 07:42:15

results matching ""

    No results matching ""