Files
quyun/frontend/admin/src/api/get_medias.json
2025-04-08 15:35:58 +08:00

52 lines
1.3 KiB
JSON

{
"page": 0,
"limit": 0,
"total": 5,
"items": [
{
"id": 5,
"name": "test 05",
"upload_time": "2025-04-07 16:44:26",
"file_size": 100,
"media_type": "application/zip",
"file_type": "archive",
"thumbnail_url": ""
},
{
"id": 4,
"name": "test 04",
"upload_time": "2025-04-07 16:44:26",
"file_size": 100,
"media_type": "image/jpeg",
"file_type": "image",
"thumbnail_url": ""
},
{
"id": 3,
"name": "test 03",
"upload_time": "2025-04-07 16:44:26",
"file_size": 100,
"media_type": "application/pdf",
"file_type": "pdf",
"thumbnail_url": ""
},
{
"id": 2,
"name": "test 02",
"upload_time": "2025-04-07 16:44:26",
"file_size": 100,
"media_type": "audio/mp3",
"file_type": "unknown",
"thumbnail_url": ""
},
{
"id": 1,
"name": "test 01",
"upload_time": "2025-04-07 16:44:26",
"file_size": 100,
"media_type": "video/mp4",
"file_type": "video",
"thumbnail_url": ""
}
]
}