完整示例代码分享:
//查询成功
{
"reason":"成功",
"result":{
"realname":"****",
"mobile":"************",
"idcard":"********************",
"res":1,
"resmsg":"三要素身份验证一致",
"orderid":"J2023120516063890969J",
"type":"电信",
"province":"江苏省",
"city":"苏州市",
"rescode":"11"
},
"error_code":0
}
//查无记录
{
"reason":"查询无此记录",
"result":null,
"error_code":220803
}
//参数错误
{
"reason":"参数错误:姓名不合法",
"result":null,
"error_code":220807
}