Files
suixinkan_ios_new/suixinkanTests/Fixtures/alive_list_success.json
汉秋 fdf4659048 Add Live module with stream management and album flows.
Migrate live stream management and live album from home placeholders, including alive album OSS upload, home routing, and unit tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-25 14:38:52 +08:00

26 lines
589 B
JSON

{
"code": 100000,
"msg": "success",
"data": {
"items": [
{
"id": "8101",
"title": "景区晨间直播",
"cover_img": "https://cdn.example.com/alive/cover.jpg",
"push_url": "rtmp://push.example.com/live/8101",
"start_time": "1779505200",
"end_time": "1779508800",
"duration": "3600",
"status": "2",
"status_label": "直播中",
"manaul_push_mode": "2",
"manaul_push_state": "1",
"views_count": "1234"
}
],
"total": "2",
"page": "1",
"page_size": "1"
}
}