ControllerApplicationShowList权限curl --location --request GET 'http://127.0.0.1:6810/api/controllers/applications?page_number=1&page_size=20' \
--header 'Authorization: Bearer <token>'{
"code": "GET_APPLICATIONS",
"message": "string",
"data": {
"items": [
{
"id": 1,
"user_id": 1,
"user": {
"id": 0,
"username": "string",
"email": "string",
"cid": 0,
"avatar_url": "string",
"qq": 123456789,
"rating": -1,
"guest": false,
"under_monitor": false,
"under_solo": false,
"solo_until": "0001-01-01T00:00:00Z",
"tier2": true,
"permission": 0,
"total_pilot_time": 0,
"total_atc_time": 0,
"register_time": "2019-08-24T14:15:22Z"
},
"why_want_to_be_controller": "string",
"controller_record": "string",
"is_guest": true,
"platform": "string",
"evidence": "string",
"status": 0,
"message": "string",
"created_at": "2019-08-24T14:15:22Z"
}
],
"page": 0,
"page_size": 0,
"total": 0
}
}