fix: vote

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-08 15:29:47 +08:00
parent 4d1a9517e1
commit 26f921b7e4

View File

@@ -241,7 +241,7 @@ class DynamicsHttp {
}) async { }) async {
final csrf = Accounts.main.csrf; final csrf = Accounts.main.csrf;
final data = { final data = {
'vote_id': 15141778, 'vote_id': voteId,
'votes': votes, 'votes': votes,
'voter_uid': Accounts.main.mid, 'voter_uid': Accounts.main.mid,
'status': anonymity ? 1 : 0, 'status': anonymity ? 1 : 0,