Browse Source

修改文档

master
richie 2 years ago
parent
commit
63d25eb473
  1. 20
      README.md

20
README.md

@ -87,11 +87,27 @@ operation.markAsFinish(tableId);
请求参数:```{"name":"#分组名"}```
返回值:
```json
{
"success":true,
"code":"200",
"data":"#groupId"
}
```
#### 读取所有分组(暂未启用)
请求地址:```/api/v1/datasource/group/list```
请求类型:POST
#### 读取分组下的所有表(暂未启用)
请求地址:```/api/v1/datasource/group/table/list```
请求类型:POST
请求参数:```{"groupId":"#分组Id"}```
### 表管理
#### 创建数据源表
请求地址:```/api/v1/datasource/table/create```
@ -105,7 +121,7 @@ operation.markAsFinish(tableId);
{
"success": true,
"code": "200",
"data":"2469965eae4d45339448fb1e74d2b733"
"data":"#tableId"
}
```
@ -121,7 +137,7 @@ operation.markAsFinish(tableId);
{
"success": true,
"code": "200",
"data":"upload_url"
"data":"#file_upload_url"
}
```

Loading…
Cancel
Save