ActivityShowList权限节点curl --location --request GET 'http://127.0.0.1:6810/api/activities/pages?page_number=1&page_size=20' \
--header 'Authorization: Bearer <token>'{
"code": "GET_ACTIVITIES_PAGE",
"message": "成功获取活动分页",
"data": {
"items": [
{
"id": 1,
"publisher": 2352,
"title": "测试活动",
"image_url": "https://oss.half-nothing.cn/half64x64.png",
"active_time": "2025-08-20T11:30:00Z",
"departure_airport": "ZSSS",
"arrival_airport": "ZBAD",
"route": "POMOK G330 PIMOL A593 DALIM W157 AVBOX",
"distance": 540,
"status": 1,
"NOTAMS": "",
"facilities": null,
"controllers": null,
"pilots": null
}
],
"page": 1,
"page_size": 20,
"total": 1
}
}