Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:8181/yiyi/sys/user/listUser' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": [
{
"id": "string",
"account": "string",
"password": "string",
"userName": "string",
"headImage": "string",
"email": "string",
"phone": "string",
"sex": 0,
"status": 0,
"notes": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z"
}
]
}