测试环境:https://test.wsmsd.cn/sit
生产环境:https://s2.lakala.com
接口:/api/v3/tkbs/ocr_result
请求加密:否
返回解密:否
| 参数 | 类型 | 必填 | 描述 | 备注 | schema |
|---|---|---|---|---|---|
| img_type | String | 是 | 图片类型 | 参见附录 [[附件类型表]] | |
| batch_no | String | 是 | OCR流水号 |
| 参数 | 类型 | 必填 | 描述 | 备注 | 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 }