mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 23:26:14 +08:00
@@ -130,7 +130,12 @@ class DynamicsHttp {
|
|||||||
if (id != null) 'id': id,
|
if (id != null) 'id': id,
|
||||||
if (rid != null) 'rid': rid,
|
if (rid != null) 'rid': rid,
|
||||||
if (type != null) 'type': type,
|
if (type != null) 'type': type,
|
||||||
'features': 'itemOpusStyle,listOnlyfans',
|
'features': 'itemOpusStyle',
|
||||||
|
'gaia_source': 'Athena',
|
||||||
|
'web_location': '333.1330',
|
||||||
|
'x-bili-device-req-json':
|
||||||
|
'{"platform":"web","device":"pc","spmid":"333.1330"}',
|
||||||
|
if (Accounts.main.isLogin) 'csrf': Accounts.main.csrf,
|
||||||
},
|
},
|
||||||
options:
|
options:
|
||||||
clearCookie ? Options(extra: {'account': AnonymousAccount()}) : null,
|
clearCookie ? Options(extra: {'account': AnonymousAccount()}) : null,
|
||||||
|
|||||||
Reference in New Issue
Block a user