Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-01 13:21:37 +08:00
parent aa8eef46da
commit 5c28376210
4 changed files with 13 additions and 9 deletions

View File

@@ -176,8 +176,8 @@ class SearchHttp {
}
static Future<LoadingState<PgcInfoModel>> pgcInfo({
int? seasonId,
int? epId,
dynamic seasonId,
dynamic epId,
}) async {
var res = await Request().get(
Api.pgcInfo,
@@ -193,7 +193,7 @@ class SearchHttp {
}
}
static Future<LoadingState> episodeInfo({int? epId}) async {
static Future<LoadingState> episodeInfo({dynamic epId}) async {
var res = await Request().get(
Api.episodeInfo,
queryParameters: {