mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
@@ -117,12 +117,11 @@ class MsgHttp {
|
||||
ReplyOptionType? replyOption,
|
||||
int? privatePub,
|
||||
}) async {
|
||||
String csrf = Accounts.main.csrf;
|
||||
var res = await Request().post(
|
||||
Api.createDynamic,
|
||||
queryParameters: {
|
||||
'platform': 'web',
|
||||
'csrf': csrf,
|
||||
'csrf': Accounts.main.csrf,
|
||||
'x-bili-device-req-json': {"platform": "web", "device": "pc"},
|
||||
'x-bili-web-req-json': {"spm_id": "333.999"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user