{
"name": "string",
"bankcard": "string",
"idCard": "string",
"mobile": "string"
}
curl --location --request POST 'http://api.pre-qiandun365.com/api/open/bankcard4' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"bankcard": "string",
"idCard": "string",
"mobile": "string"
}'
{
"result": {
"data": 1,
"code": 200,
"msg": "ok"
},
"code": "200",
"msg": "成功",
"logKey": "ea8633f7",
"ts": "1721208512559",
"success": true
}