feat: 追番、番剧详情查看
This commit is contained in:
@ -243,4 +243,10 @@ class Api {
|
||||
|
||||
// 移除已观看
|
||||
static const String toViewDel = '/x/v2/history/toview/del';
|
||||
|
||||
// 追番
|
||||
static const String bangumiAdd = '/pgc/web/follow/add';
|
||||
|
||||
// 取消追番
|
||||
static const String bangumiDel = '/pgc/web/follow/del';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user