refa fav video

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-24 12:40:29 +08:00
parent 6d48c70020
commit 0c6bc9d58a
11 changed files with 118 additions and 58 deletions

View File

@@ -102,11 +102,9 @@ class Api {
// csrf str CSRF Token位于cookie Cookie方式必要
// https://api.bilibili.com/medialist/gateway/coll/resource/deal
// https://api.bilibili.com/x/v3/fav/resource/deal
static const String favVideo = '/x/v3/fav/resource/deal';
static const String favVideo = '/x/v3/fav/resource/batch-deal';
// static const String favBangumi = '/x/v3/fav/resource/batch-deal';
static const String delFav = '/x/v3/fav/resource/batch-del';
static const String unfavAll = '/x/v3/fav/resource/unfav-all';
static const String copyFav = '/x/v3/fav/resource/copy';