驾驶证识别
接口地址:http://binstd.apistd.com/driverlicenserecognition/recognize请求格式:multipart/form-data请求方法:post
请求参数 (Query)
| 参数名 | 类型 | 必须 | 描述 | 
|---|---|---|---|
key  | string | 是 | 请求 AccessKey, 请在控制台中查看  | 
返回参数 (Body)
| 参数名 | 类型 | 描述 | 
|---|---|---|
status  | string | 返回码  | 
msg  | string | 返回说明信息  | 
result  | object | 返回结果  | 
licensenumber  | string | 驾驶证号  | 
realname  | string | 姓名  | 
sex  | string | 性别  | 
address  | string | 地址  | 
birth  | string | 出生年月  | 
initialdate  | string | 初始领证日期  | 
type  | string | 准驾车型  | 
startdate  | string | 有效起始日期  | 
enddate  | string | 有效截止日期  | 
错误码
| 错误码 | 描述 | 
|---|---|
201  | 图片为空  | 
202  | 图片格式错误  | 
208  | 识别失败  | 
210  | 没有信息  | 
