From 9ced1564f043e454e7873d5c9278c8ac6da1ee08 Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 20 Sep 2022 19:42:05 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f570f3b..1909c1d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ String tableId = operation.createTable("HelloTable"); ```java Authentication authentication = new Authentication("#key", "#secret"); DatasourceOperation operation = new DatasourceOperation(authentication); -// // 创建表并返回表id +// 创建表并返回表id String tableId = "tableIdText; // 获取给该表提供数据的文件的上传地址 String fileUploadUrl = operation.requestUploadUrl(tableId);