+ 分页测试
This commit is contained in:
parent
54c6ef20a9
commit
ca41906b9b
1 changed files with 11 additions and 0 deletions
|
|
@ -38,6 +38,17 @@
|
|||
"type": "application/json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/search",
|
||||
"method": "GET",
|
||||
"guard": "-",
|
||||
"process": "models.user.Paginate",
|
||||
"in": [":params", "$query.page", "$query.pagesize"],
|
||||
"out": {
|
||||
"status": 200,
|
||||
"type": "application/json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/info/:id",
|
||||
"method": "GET",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue