添加页面api文档说明

This commit is contained in:
houwei 2024-10-24 15:47:58 +08:00
parent d970bcf57d
commit 4cccbd11cb
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -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设备遥调操作