|
|
|
@ -37,15 +37,14 @@ HttpKits.upload(fileUploadUrl, new File(System.getProperty("user.dir") + "/data/
|
|
|
|
|
operation.markAsFinish(tableId); |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### 删除表(暂未实现) |
|
|
|
|
|
|
|
|
|
### 删除所有表(暂未实现) |
|
|
|
|
在调用了上述代码后,就可以在API数据源页面看到新增的表和其数据了,这时就可以和其他数据源表一样,添加到项目中使用了: |
|
|
|
|
|
|
|
|
|
![api_datasource_effect](/screenshots/api_datasource_effect.png) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
在调用了上述代码后,就可以在API数据源页面看到新增的表和其数据了,这时就可以和其他数据源表一样,添加到项目中使用了: |
|
|
|
|
### 删除表(暂未实现) |
|
|
|
|
|
|
|
|
|
![api_datasource_effect](/screenshots/api_datasource_effect.png) |
|
|
|
|
### 删除所有表(暂未实现) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## API文档 |
|
|
|
|