简要描述:
- 刷脸结果
请求域名:
- http://xx.com
请求URL:
route=plugin.real-name-auth.frontend.auth.authFaceRes
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
flow_id | true | string | 流程id |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"status": "SUCCESS",
"message": "刷脸完成"
}
}
错误时返回:
{
"result": 1,
"msg": "ok",
"data": {
"status": "ING",
"message": "刷脸认证未完成"
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
status | string | 状态 SUCCESS成功FINISH完成 ING进行中 FAIL失败 |
message | string | 提示信息 |