- 接口使用说明
- ilink
- 工作流
- 智能体
机器狗导航
开发中
POST
/api/iot/device/eilink/v1/move/point
请求参数
Body 参数application/json
device_unicode
string
设备唯一码
ext
object
透传参数
content
object
内容
x
number
横坐标
y
number
纵坐标
示例
{
"device_unicode": "string",
"ext": {},
"content": {
"x": 0,
"y": 0
}
}
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
data
object
必需
navigation_id
string
导航ID
示例
{
"code": "string",
"message": "string",
"data": {
"navigation_id": "string"
}
}
修改于 2025-05-27 02:56:54