名称 |
类型 |
描述 |
name |
String |
用户名 |
image |
String |
base64 编码图像 |
用户唯一标识符:
e3e9e0ff-aae1-49f8-ade3-9a3af79984de
名称 |
类型 |
描述 |
image |
String |
base64 编码图像 |
{
"success": true,
"token": "<uuid>",
"message": "ok"
}
与获取用户标识符类似,不同之处在于认证需要通过 POST
方法且 URL 中不包含参数。
注意:这个方法有副作用,会导致用户的 last
字段更新(用于表示上次认证的图像数据用于人工核查)
名称 |
类型 |
描述 |
token |
String |
用户标识符 |
image |
String |
base64 编码图像 |
{
"success": true,
"token": "<uuid>",
"message": "ok"
}
门禁唯一标识符同样使用 uuid v4。
警告:仅供调试。将会直接向门锁发出开启指令。生产环境请禁用。
{
"success": true,
"message": "gate has been opened"
}
名称 |
类型 |
描述 |
token |
String |
用户唯一标识符 |
image |
String |
base64 编码图像 |
{
"success": true,
"message": "gate has been open"
}
注意:这是一个旧的 API 并在将来版本中会被移除。
名称 |
类型 |
描述 |
id |
String |
门锁唯一标识符 |
token |
String |
用户唯一标识符 |
image |
String |
base64 编码图像 |
名称 |
类型 |
描述 |
image |
String |
base64 编码图像 |
{
"count": 1,
"faces": [
{
"x": 113,
"y": 66,
"width": 72,
"height": 86
}
]
}
名称 |
类型 |
描述 |
image |
String |
base64 编码图像 |
{
"count": 1,
"faces": [
{
"x": 113,
"y": 66,
"width": 72,
"height": 86,
"points": [
{ "x": 131.15, "y": 104.488 },
{ "x": 158.064, "y": 101.253 },
{ "x": 144.462, "y": 118.552 },
{ "x": 138.1, "y": 135.026 },
{ "x": 157.969, "y": 132.387 }
]
}
]
}
名称 |
类型 |
描述 |
image |
String |
base64 编码图像 |
{
"similars": [0.210629, 0.219952, 0.999999, 0.148808],
"count": 1,
"faces": [
{
"x": 113,
"y": 66,
"width": 72,
"height": 86,
"points": [
{ "x": 131.15, "y": 104.488 },
{ "x": 158.064, "y": 101.253 },
{ "x": 144.462, "y": 118.552 },
{ "x": 138.1, "y": 135.026 },
{ "x": 157.969, "y": 132.387 }
]
}
]
}
当数据库中没有已注册用户时等效于人脸对齐。
名称 |
类型 |
描述 |
content |
String |
qr code content |
data:image/png;base64,...
将返回以 base64 形式编码的二维码图像。