更新时间:2023-12-07 03:33:58下载pdf
本文介绍远程含密开门的 API。
远程含带密码开门
POST: /v1.0/devices/{device_id}/door-lock/open-door
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_id | String | uri | true | 设备 ID |
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
password | String | false |
|
|
password_type | String | false | 密码加密类型:ticket | |
ticket_id | String | false | 临时秘钥ID |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean |
POST: /v1.0/devices/vdevo15345926009****/door-lock/open-door
{
"password": "65gbys77hhkk",
"password_type": "xxxx",
"ticket_id": "756***"
}
{
"result": true,
"t": 1542626129429,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈