From 2814ca6207b4c7a78e55bc437b23f7c5fd7ff995 Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 20 Sep 2022 19:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 431f605..b1cb20f 100644 --- a/README.md +++ b/README.md @@ -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文档