禁用点位
请求
- 功能:禁用场景中某个点位禁止通过
- 方法:
POST
- 接口说明:
/disablePoint
json
POST "http://host:8088/disablePoint"
1
请求数据
Name | Type | Description | Required |
---|---|---|---|
id | string | 路径的起点 Id 0.1.8.220823版本后,支持传入库位名称 | 是 |
请求示例
json
{
"id": "LM1"
}
1
2
3
2
3
响应
响应数据
Name | Type | Description |
---|---|---|
code | int | API 错误码,详情见 API 错误码 |
msg | string | API 错误码信息 |
create_on | string | API 上传时间戳 |
响应示例
Responses Code 200
成功响应
json
{
"code": 0,
"create_on": "2022-02-10T18:21:25.073Z",
"msg": "ok"
}
1
2
3
4
5
2
3
4
5
最近更新 2022/11/28
有用
没用