Authorization: Bearer ********************curl --location --request GET '/admin-api/system/user/page?pageNo=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"list": [
{
"id": 1,
"username": "onebrand",
"nickname": "芋艿",
"remark": "我是一个用户",
"deptId": 0,
"deptName": "IT 部",
"postIds": 1,
"email": "onebrand@iocoder.cn",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.iocoder.cn/xxx.png",
"status": 1,
"loginIp": "192.168.1.1",
"loginDate": "2019-08-24T14:15:22Z",
"createTime": "2019-08-24T14:15:22Z"
}
],
"total": 0
},
"msg": "string"
}