分配门锁密码给设备成员

更新时间:2023-12-07 03:34:00下载pdf

本文介绍分配门锁密码给设备成员的 API。

接口描述

分配当前门锁密码给设备成员。

接口地址

POST: /v1.0/devices/{device_id}/device-lock/users/{user_id}/allocate

请求参数

参数名 类型 参数位置 是否必填 说明
device_id String uri true 设备 ID
user_id String uri true 设备成员 ID

body 说明

参数名 类型 参数位置 是否必填 说明
no String true 门锁编号
type String true 密码类型
  • fingerprint:指纹
  • password:密码
  • card:卡片

返回参数

参数名 类型 说明
result Boolean 操作结果

请求示例

POST: /v1.0/devices/vdevo15345926009****/device-lock/users/xxx/allocate
{ "no": "30", "type": "card" }

返回示例

{ "result": true, "t": 1571898808491, "success": true }

错误码

参考 错误码