AnnouncementShowList权限curl --location --request GET 'http://127.0.0.1:6810/api/announcements/detail?page_number=1&page_size=20' \
--header 'Authorization: Bearer <token>'{
"code": "GET_DETAIL_ANNOUNCEMENTS",
"message": "成功获取公告",
"data": {
"items": [
{
"id": 1,
"publisher_id": 1,
"user": {
"id": 1,
"username": "Half_nothing",
"email": "Half_nothing@163.com",
"cid": 2352,
"avatar_url": "https://oss.half-nothing.cn/fsd/images/1758740250677856500.jpg",
"qq": 1483073537,
"rating": 12,
"guest": true,
"under_monitor": true,
"under_solo": true,
"tier2": true,
"solo_until": "2025-10-04T00:00:00Z",
"permission": 2199023255551,
"total_pilot_time": 21596,
"total_atc_time": 11342,
"register_time": "2025-09-17T03:39:53.348Z"
},
"content": "Just for a test",
"type": 0,
"important": true,
"force_show": true,
"created_at": "2025-09-28T15:27:36.765Z",
"updated_at": "2025-09-28T15:27:36.765Z"
}
],
"page": 1,
"page_size": 20,
"total": 1
}
}