- 接口使用说明
- ilink
- 工作流
- 智能体
设备云台聚焦
POST
/api/iot/device/pantilt/v1/focusing
请求参数
Header 参数
linker-sign
string
签名
Body 参数application/json
device_unicode
string
设备唯一码
protocol
string
指令协议号
version
string
协议版本号
content
object
必需
focus
integer
必需
operate_time
integer
可选
operate_frequency
integer
可选
ext
object
拓传参数
示例
{
"deviceUniqueCode": "72",
"protocol": "https",
"version": "enim labore",
"content": {
"focus": 5
},
"ext": {}
}
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
msg
data
object
必需
ext
object
拓传参数
示例
{
"code": "0",
"message": "成功",
"data": {
"ext": {}
}
}
修改于 2025-05-27 02:56:35