mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 10:36:24 +08:00
dyn addition jump
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -243,10 +243,10 @@ class DynamicsHttp {
|
||||
}
|
||||
|
||||
static Future<LoadingState<VoteInfo>> doVote({
|
||||
required int voteId,
|
||||
required voteId,
|
||||
required List<int> votes,
|
||||
bool anonymity = false,
|
||||
int? dynamicId,
|
||||
dynamicId,
|
||||
}) async {
|
||||
final csrf = Accounts.main.csrf;
|
||||
final data = {
|
||||
|
||||
Reference in New Issue
Block a user