1、接口说明
2、接口接收参数
| 序号 | 名称 | 类型 | 必填 | 说明 | 
| 1 | key | String | 是 | 用户ocrKey | 
| 2 | secret | String | 是 | 用户ocrSecrert | 
| 3 | bankNo | String | 是 | 银行卡号 | 
| 4 | trueName | String | 是 | 姓名 | 
| 5 | idenNo | String | 是 | 身份证号 | 
| 6 | tel | String | 是 | 手机号 | 
| 7 | typeId | Integer | 是 | 银行卡实名认证增强版:3006 | 
| 8 | format | String | 是 | 返回格式(xml或者json),如果format为空,则默认返回xml | 
3、查验结果返回示例
{
     "message":{
           "status":0,
           "value":"处理成功"
     },
     "acctnoInfo":[
          {
           "inputXm":"孟X玥",
           "inputAcctno":"621XXXXXXXXXXXXX756",
           "inputZjhm":"130XXXXXXXXXXXX021",
           "inputTelephone":"15XXXXXXXX43",
           "veritem":[
                {
                    "desc":"verify_result",
                    "content":"7"
                },
                {
                    "desc":"verify_result_desc",
                    "content":"姓名、银行卡号、身份证号、手机号四者一致"
                }
           ]
          }
     ]
}