1、接口说明
2、接口接收参数
| 序号 | 名称 | 类型 | 必填 | 说明 | 
| 1 | key | String | 是 | 用户ocrKey | 
| 2 | secret | String | 是 | 用户ocrSecrert | 
| 3 | trueName | String | 是 | 姓名 | 
| 4 | idenNo | String | 是 | 身份证号 | 
| 5 | img | String | 是 | 场景照片(JPG格式照片的Base64编码,编码后大小5KB-32KB) | 
| 6 | typeId | Integer | 是 | 身份实名认证增强版:3004 | 
| 7 | format | String | 是 | 返回格式(xml或者json),如果format为空,则默认返回xml | 
3、查验结果返回示例
{
     "messageString":{
        "status":"0",
        "value":"处理成功"
    },
     "infoList":[
         {
              "veritem":[
                {"desc":"verify_result_status","name":null,"content":"1"},
                {"desc":"verify_result_desc","name":null,"content":"判定为同一人"},
                {"desc":"verify_similarity","name":null,"content":"93"}
              ]
          }
      ]
}