mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
fix buvidActive
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -80,7 +80,10 @@ class Request {
|
|||||||
await Request().post(
|
await Request().post(
|
||||||
Api.activateBuvidApi,
|
Api.activateBuvidApi,
|
||||||
data: {'payload': jsonData},
|
data: {'payload': jsonData},
|
||||||
options: Options(contentType: Headers.jsonContentType),
|
options: Options(
|
||||||
|
extra: {'account': account},
|
||||||
|
contentType: Headers.jsonContentType,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user