- 接口使用说明
- ilink
- 工作流
- 智能体
设备云台控制
POST
/api/iot/device/pantilt/v1/control
请求参数
Header 参数
linker-sign
string
签名
Body 参数application/json
device_unicode
string
设备唯一码
protocol
string
指令协议号
version
string
协议版本号
content
object
必需
pan
integer
必需
tilt
integer
必需
zoom
integer
必需
rotate
integer
必需
operate_time
integer
可选
operate_frequency
integer
可选
ext
object
必需
示例
{
"deviceUniqueCode": "21",
"protocol": "http",
"version": "quis dolore irure fugiat sit",
"content": {
"pan": 76,
"tilt": 63,
"zoom": 98,
"rotate": 56
},
"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