Browse Source

说明

master
richie 2 years ago
parent
commit
9528f3ad85
  1. 8
      README.md

8
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

Loading…
Cancel
Save