+ 分页测试

This commit is contained in:
Max 2021-09-24 14:03:37 +08:00
parent 54c6ef20a9
commit ca41906b9b

View file

@ -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",