feat: 番剧播放

This commit is contained in:
guozhigq
2023-06-24 15:00:43 +08:00
parent f113cdc364
commit f522886dc2
4 changed files with 290 additions and 15 deletions

View File

@ -157,4 +157,7 @@ class Api {
// 查询视频分P列表 (avid/bvid转cid)
static const String ab2c = '/x/player/pagelist';
// 番剧/剧集明细
static const String bangumiInfo = '/pgc/view/web/season';
}