{
"status": "success",
"message": "successful",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"title": "Lsky Pro+ 2.0 发布",
"content": "1231231231231231",
"created_at": "2024-07-05T03:33:38.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v2/notices?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v2/notices?page=1",
"links": [
{
"url": null,
"label": "« 上一页",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v2/notices?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "下一页 »",
"active": false
}
],
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v2/notices",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
},
"time": 1720163365
}