添加页面api文档说明
This commit is contained in:
parent
d970bcf57d
commit
4cccbd11cb
@ -4,6 +4,8 @@
|
|||||||
- [设备管理接口](api/equipment.md)
|
- [设备管理接口](api/equipment.md)
|
||||||
- [节点管理接口](api/node.md)
|
- [节点管理接口](api/node.md)
|
||||||
- [数据访问接口](api/data.md)
|
- [数据访问接口](api/data.md)
|
||||||
|
- [页面接口]
|
||||||
|
- [首页](api/home.md)
|
||||||
- [数据采集](datacollect/)
|
- [数据采集](datacollect/)
|
||||||
- [系统部署](deploy/)
|
- [系统部署](deploy/)
|
||||||
- [Linux系统部署](deploy/linux.md)
|
- [Linux系统部署](deploy/linux.md)
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
| | 1.2.8导出映射表信息 | /api/node/link/exportMappingList | SYS_AUTHORITY_ID_ADMIN |
|
| | 1.2.8导出映射表信息 | /api/node/link/exportMappingList | SYS_AUTHORITY_ID_ADMIN |
|
||||||
| | 1.2.9获取绑定设备树信息 | /api/node/link/getBindDeviceTree | SYS_AUTHORITY_ID_ADMIN |
|
| | 1.2.9获取绑定设备树信息 | /api/node/link/getBindDeviceTree | SYS_AUTHORITY_ID_ADMIN |
|
||||||
| | 1.2.10保存测点信息 | /api/node/link/saveMappingList | SYS_AUTHORITY_ID_ADMIN |
|
| | 1.2.10保存测点信息 | /api/node/link/saveMappingList | SYS_AUTHORITY_ID_ADMIN |
|
||||||
|
| | 1.2.11设备遥控操作 | /api/node/link/command | SYS_AUTHORITY_ID_TURBINE_CTRL |
|
||||||
|
| | 1.2.12设备遥调操作 | /api/node/link/setPoint | SYS_AUTHORITY_ID_TURBINE_CTRL |
|
||||||
|
|
||||||
## 1.1 节点相关接口
|
## 1.1 节点相关接口
|
||||||
|
|
||||||
@ -479,3 +481,11 @@ POST 请求接口
|
|||||||
"msg": "操作成功"
|
"msg": "操作成功"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 1.2.11设备遥控操作
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### 1.2.12设备遥调操作
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user