Browse Source

fix:新增分组删除接口

master
Morning.Chen 2 years ago
parent
commit
c65be79c32
  1. 15
      README.md

15
README.md

@ -191,6 +191,21 @@ operation.reset();
} }
``` ```
#### 删除分组(分组下有表存在时无法删除)
请求地址:```/api/v1/datasource/group/delete```
请求类型:POST
请求参数: ``` {"groupId":"#分组Id"} ```
返回值:
```json
{
"success": true,
"code": "200"
}
```
### 表管理 ### 表管理
#### 创建数据源表 #### 创建数据源表
请求地址:```/api/v1/datasource/table/create``` 请求地址:```/api/v1/datasource/table/create```

Loading…
Cancel
Save