curl --location --request GET 'http://127.0.0.1:6810/api/server/rating' \
--header 'Authorization: Bearer <token>'{
"code": "GET_TIME_RATING",
"message": "成功获取服务器排行榜",
"data": {
"pilots": [
{
"cid": 2352,
"avatar_url": "",
"time": 8152
}
],
"controllers": [
{
"cid": 2352,
"avatar_url": "",
"time": 21226
}
]
}
}