车牌识别 2.请求失败返回响应参数 参数 是否必填 参数类型 说明 示例 下级对象 statusCode 是 Int 错误码,放置API对应的错误码 4003 message 是 String/Object 请求失败时返回值为'error'或{'success':0,'fail':1} error message details 否 String 返回对应的错误描述 请求中未包data字段 returnObj 否 Object 返回对应的错误编码和错误信息 returnObj error 是 String 返回对应的错误码 AIOP4003 表message 参数 是否必填 参数类型 说明 示例 下级对象 success 否 Int 成功标识 0 fail 否 Int 错误标识 1 表returnObj 参数 是否必填 参数类型 说明 示例 下级对象 errorCode 是 String 错误码 4008 errorMessage 是 String 错误信息 base64数据处理异常 返回值示例 1.请求成功返回值示例 json { "statusCode": 0, "message": {"success" : 1, "fail" : 0}, "returnObj": [{ "number of plate licenses": 1, "detail": [{ "box": [ [123, 191],[214, 195],[213, 226],[122, 222] ], "platetype": "蓝牌", "platelicense": "浙C80000", "confidence": 0.99 }] }] }