POST account/bank_account_ocr
银行卡识别
Request Information
URI Parameters
None.
Body Parameters
BaiduOcrViewModelName | Description | Type | Additional information |
---|---|---|---|
image_path | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "image_path": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
银行卡识别
DataResponseOfBankAccountResultViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | BankAccountResultViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": { "bank_name": "sample string 1", "account_no": "sample string 2" } }