feat: vote pabel (#807)

This commit is contained in:
My-Responsitories
2025-05-04 13:53:00 +08:00
committed by GitHub
parent 9b3c3efb09
commit 2cfad80214
9 changed files with 755 additions and 300 deletions

View File

@@ -795,4 +795,8 @@ class Api {
static const String gaiaVgateRegister = '/x/gaia-vgate/v1/register';
static const String gaiaVgateValidate = '/x/gaia-vgate/v1/validate';
static const String voteInfo = '/x/vote/vote_info';
static const String doVote = '/x/vote/do_vote';
}