UserShowList权限curl --location --request GET 'http://127.0.0.1:6810/api/users?page_number=1&page_size=20' \
--header 'Authorization: Bearer <token>'{
"code": "GET_USER_PAGE",
"message": "获取所有用户信息成功",
"data": {
"items": [
{
"username": "Half_nothing",
"email": "Half_nothing@163.com",
"cid": 2352,
"qq": 1483073537,
"rating": 12,
"total_pilot_time": 0,
"total_atc_time": 1840,
"permission": 16383
}
],
"page": 1,
"pageSize": 20,
"total": 1
}
}