1、接口说明
| 接口地址 | https://netocr.com/verapi/vertelOrd.do | 
|---|---|
| 接口调用方法 | post | 
2、接口接收参数
| 序号 | 名称 | 类型 | 必填 | 说明 | 
|---|---|---|---|---|
| 1 | key | String | 是 | 用户ocrKey | 
| 2 | secret | String | 是 | 用户ocrSecrert | 
| 3 | tel | String | 是 | 手机号 | 
| 4 | trueName | String | 是 | 姓名 | 
| 5 | idenNo | String | 是 | 身份证号 | 
| 6 | typeId | Integer | 是 | 手机号实名认证标准版:3010 | 
| 7 | format | String | 是 | 返回格式(xml或者json),如果format为空,则默认返回xml | 
注:详见状态码说明
3、查验结果返回示例
{
    "messageString":{
        "status":"0000",
        "value":"success"
    },
    "infoList":[
        {
            "veritem":[
                {
                    "desc":"匹配",
                    "name":null,
                    "content":"00"
                }
             ]
         }
    ]
}