普通用户搜索
GET
http://localhost:8080/gamemall/user/list?currentPage=1&pageSize=10
请求头
参数名
类型
描述
必填
请求参数
参数名
类型
描述
必填
id
Integer
用户id
必填
FirstTime
Date
第一个注册时间参数,当第二个注册时间参数不为空时必填 "2020-06-04T09:11:54.001Z"
必填
LastTime
Date
第二个注册时间参数,当第一个注册时间参数不为空时必填或者传当前系统时间
必填
email
String
邮箱 支持模糊查询
必填
nickname
String
昵称 支持模糊查询
必填
code
String
邀请码 支持模糊查询
必填
state
Integer
帐号状态,0冻结1正常,选择不限时不传
必填
currentPage
Integer
分页查询,当前页数 (必填)
必填
pageSize
Integer
分页查询,每页展示的条数 (必填)
必填