mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-30 06:10:10 +08:00
opt: live api
This commit is contained in:
@@ -62,8 +62,23 @@ class PgcHttp {
|
||||
int? indexType,
|
||||
}) async {
|
||||
var res = await Request().get(
|
||||
Api.pgcIndex,
|
||||
Api.pgcIndexResult,
|
||||
queryParameters: {
|
||||
'st': 1,
|
||||
'order': 3,
|
||||
'season_version': -1,
|
||||
'spoken_language_type': -1,
|
||||
'area': -1,
|
||||
'is_finish': -1,
|
||||
'copyright': -1,
|
||||
'season_status': -1,
|
||||
'season_month': -1,
|
||||
'year': -1,
|
||||
'style_id': -1,
|
||||
'sort': 0,
|
||||
'season_type': 1,
|
||||
'pagesize': 20,
|
||||
'type': 1,
|
||||
'page': page,
|
||||
'index_type': ?indexType,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user