补充技能说明
This commit is contained in:
@@ -24,3 +24,14 @@ version: 3.0.0
|
||||
| POST | `/api/v1/setpatternproperties/` | 设置模式属性 | network (query), pattern (query) | - |
|
||||
|
||||
- 覆盖方法:`GET, POST`
|
||||
|
||||
## 接口说明
|
||||
|
||||
| 接口 | 说明 |
|
||||
|---|---|
|
||||
| `GET /getpatternschema` | 返回模式(Pattern)数据模型的字段定义 |
|
||||
| `GET /getpatterns/` | 获取管网中所有时间模式的ID列表 |
|
||||
| `GET /getpatternproperties/` | 查询指定模式的属性(时间序列乘数值等) |
|
||||
| `POST /addpattern/` | 向管网添加一个新时间模式 |
|
||||
| `POST /deletepattern/` | 从管网删除指定时间模式 |
|
||||
| `POST /setpatternproperties/` | 设置/更新时间模式的属性(乘数序列) |
|
||||
|
||||
Reference in New Issue
Block a user