查询所有用户,页码分页功能
GET
http://localhost:9377/user/userlist?page=1&pagesize=2
请求参数
参数名
类型
描述
必填
page
int
示例:1
必填
pagesize
int
示例:2
必填