{
"imageBase64": "string",
"imageUrl": "string"
}curl --location --request POST 'api.pre-qiandun365.com/api/open/api/ocr/bankCard' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageBase64": "string",
"imageUrl": "string"
}'{
"result": {
"cardNumber": "6230910199181893914",
"bankName": "浙江农商联合银行杭州联合银行",
"bankIdentificationNumber": "",
"cardName": "借记IC卡",
"cardType": "借记卡",
"validDate": null
},
"code": "200",
"msg": "成功",
"logKey": "bf93ff1f",
"ts": "1747363838591",
"success": true
}