将直播推流管理与直播相册从首页占位页迁移为完整实现,包含 alive album OSS 上传、首页路由与单元测试。 Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
565 B
JSON
27 lines
565 B
JSON
{
|
|
"code": 100000,
|
|
"msg": "success",
|
|
"data": {
|
|
"id": "6101",
|
|
"album_id": "5101",
|
|
"name": "五一直播相册",
|
|
"creator": "摄影师小苏",
|
|
"items": [
|
|
{
|
|
"id": "7101",
|
|
"url": "https://cdn.example.com/alive/photo.jpg",
|
|
"type": "1",
|
|
"size": "204800",
|
|
"cover_img": ""
|
|
},
|
|
{
|
|
"id": 7102,
|
|
"url": "https://cdn.example.com/alive/video.mp4",
|
|
"type": 2,
|
|
"size": 10485760,
|
|
"cover_img": "https://cdn.example.com/alive/video-cover.jpg"
|
|
}
|
|
]
|
|
}
|
|
}
|