- 接口使用说明
- ilink
- 工作流
- 智能体
机器狗设备点位管理
开发中
POST
/api/manage/device/map/points
请求参数
Body 参数application/json
page
integer
页码
pageSize
integer
每页大小
device_unicode
string
设备唯一码
operate_type
integer
操作类型
device_map_point_id
integer
设备点位ID
point_name
string
点位名称
point
string
点位
示例: "{
"x": 0.5,
"y": 0.5
}"
示例
{
"page": 0,
"pageSize": 0,
"device_unicode": "",
"operate_type": 0,
"device_map_point_id": 0,
"point_name": "",
"point": ""
}
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
data
array [object {4}]
必需
deviceMapPointId
integer
必需
deviceUnicode
string
必需
pointName
string
必需
point
string
必需
total
integer
必需
示例
{
"code": "0",
"message": "success",
"data": [
{
"device_map_point_id": 1,
"device_unicode": "",
"point_name": "",
"point": ""
}
],
"total": 0
}
修改于 2025-05-27 09:49:30