OCR结果查询.md 1.9 KB

请求地址

测试环境:https://test.wsmsd.cn/sit
生产环境:https://s2.lakala.com
接口:/api/v3/tkbs/ocr_result
请求加密:否 返回解密:否

请求接口业务参数说明(req_data)

参数 类型 必填 描述 备注 schema
img_type String 图片类型 参见附录 [[附件类型表]]
batch_no String OCR流水号

返回参数(resp_data)

参数 类型 必填 描述 备注 schema
biz_license_address String 地址
biz_license_company_name String 名称
biz_license_company_type String 类型 营业执照类型(聚合进件的license_type字段)
biz_license_credit_code String
biz_license_owner_name String
biz_license_reg_capital String
biz_license_registration_code String
biz_license_scope String 范围
biz_license_start_time String
type String ocr类型

请求报文参考

{   "ver": "1.0",   "timestamp": "1724842957000",   "req_id": "req123456789",   "req_data": {     "img_type": "ID_CARD_FRONT",     "batch_no": "06023920250512001725090000"   } }

响应报文参考

{   "code": "000000",   "resp_data": {     "batch_no": "06023920250512001725090000",     "status": "00",     "url": null,     "show_url": null,     "result": {       "id_number": null,       "name": null,       "birthday": null,       "people": null,       "sex": null,       "type": null,       "address": null,       "issue_authorty": null,       "validity": null     }   },   "msg": "SUCCESS",   "timestamp": 1747042808790 }