请求说明: 获取人证核验结果
请求地址: http://127.0.0.1:38088/hid=identifyresult
请求方式: POST
请求参数:无
返回结果:
{
"code": "0", // 0:成功;1:失败
"message": "ok", // code=1,返回 failed
"idenfityinfo": {
"score": "", // 比对结果0-100,大于50算通过
"IDCardNum": "", // 身份证号
"IDCardHeadImageBase64": "", // 身份证头像base64
"IDCardFingerImageBase64": "", // 身份证指纹base64
"FaceImageBase64": "", // 比对图像人脸base64
}