You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
212 lines
2.3 KiB
Markdown
212 lines
2.3 KiB
Markdown
|
|
# 路由
|
|
|
|
## 路由 --- 首页
|
|
|
|
### 详情table
|
|
|
|
#### 说明
|
|
|
|
详情tablelist
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/detail
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口详情table](http://localhost:8090/detail/detail)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|
|
### table-list
|
|
|
|
#### 说明
|
|
|
|
table-list api
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/list
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口table-list](http://localhost:8090/detail/list)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|
|
|
|
## 路由 --- 首页
|
|
|
|
### table-list
|
|
|
|
#### 说明
|
|
|
|
table-list api
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/list
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口table-list](http://localhost:8090/edittable/list)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|
|
### table-insert
|
|
|
|
#### 说明
|
|
|
|
table-insert api
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/insert
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口table-insert](http://localhost:8090/edittable/insert)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|
|
### table-update
|
|
|
|
#### 说明
|
|
|
|
table-update api
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/update
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口table-update](http://localhost:8090/edittable/update)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|
|
### table-delete
|
|
|
|
#### 说明
|
|
|
|
table-delete api
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/delete
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口table-delete](http://localhost:8090/edittable/delete)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|
|
|
|
## 路由 --- 首页
|
|
|
|
### 详情table
|
|
|
|
#### 说明
|
|
|
|
详情tablelist
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/detail
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口详情table](http://localhost:8090/index/detail)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|
|
### table-list
|
|
|
|
#### 说明
|
|
|
|
table-list api
|
|
|
|
#### 请求方式
|
|
|
|
post
|
|
|
|
#### 接口地址
|
|
|
|
/list
|
|
|
|
#### 预览接口
|
|
|
|
[预览接口table-list](http://localhost:8090/index/list)
|
|
|
|
|
|
#### 相应示例
|
|
|
|
```
|
|
{"code":0,"message":"成功"}
|
|
```
|
|
|