mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-25 02:28:35 +00:00
fix get live second list
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -537,19 +537,20 @@ class FavHttp {
|
||||
static Future<LoadingState<List<SpaceFavData>?>> spaceFav({
|
||||
required int mid,
|
||||
}) async {
|
||||
Map<String, String> data = {
|
||||
'build': '8430300',
|
||||
final params = {
|
||||
'build': 8430300,
|
||||
'version': '8.43.0',
|
||||
'c_locale': 'zh_CN',
|
||||
'channel': 'bili',
|
||||
'channel': 'master',
|
||||
'mobi_app': 'android',
|
||||
'platform': 'android',
|
||||
's_locale': 'zh_CN',
|
||||
'statistics': Constants.statisticsApp,
|
||||
'up_mid': mid.toString(),
|
||||
'up_mid': mid,
|
||||
};
|
||||
var res = await Request().get(
|
||||
Api.spaceFav,
|
||||
queryParameters: data,
|
||||
queryParameters: params,
|
||||
options: Options(
|
||||
headers: {
|
||||
'bili-http-engine': 'cronet',
|
||||
|
||||
Reference in New Issue
Block a user