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