From 9528f3ad85d4c829f5eff3482d907cbae095fec3 Mon Sep 17 00:00:00 2001 From: richie Date: Thu, 22 Sep 2022 10:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67e3006..86ba837 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ operation.reset(); { "success": true, "code": "200", - "data": [{"id":"#tableId", "name": "#tableName"}] + "data": [{"id":"#tableId","name":"#tableName"}] } ``` @@ -154,7 +154,7 @@ operation.reset(); 请求类型:POST -请求参数: ``` {"groupId":"#分组Id", "groupName":"#新的分组名"} ``` +请求参数: ``` {"groupId":"#分组Id","groupName":"#新的分组名"} ``` 返回值: ```json @@ -170,7 +170,7 @@ operation.reset(); 请求类型:POST -请求参数: ``` {"tableName":"#表名", "groupId":"#分组Id(可选)"} ``` +请求参数: ``` {"tableName":"#表名","groupId":"#分组Id(可选)"} ``` 返回值: ```json @@ -217,7 +217,7 @@ operation.reset(); 请求类型:POST -请求参数: ``` {"tableId":"#表Id", "tableName":"#新的表名"} ``` +请求参数: ``` {"tableId":"#表Id","tableName":"#新的表名"} ``` 返回值: ```json