查询所有用户(分页)
GET
http://localhost:8050/user/getUser?page=1&pageSize=2
请求参数
参数名
类型
描述
必填
page
int
示例:1
必填
pageSize
int
示例:2
必填