mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
opt multi del
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -739,13 +739,13 @@ class VideoHttp {
|
||||
}
|
||||
|
||||
static Future pgcUpdate({
|
||||
required List seasonId,
|
||||
required dynamic status,
|
||||
required String seasonId,
|
||||
required int status,
|
||||
}) async {
|
||||
var res = await Request().post(
|
||||
Api.pgcUpdate,
|
||||
data: {
|
||||
'season_id': seasonId.join(','),
|
||||
'season_id': seasonId,
|
||||
'status': status,
|
||||
'csrf': Accounts.main.csrf,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user