#

HTTPS service callback
Game role description
Signature verification description
Betting game sequence diagram

get-account: Get the account of special user.
(Deprecated)get-score: Get the score of special user.
update-score: Update the score of special user.
- When entering the game, the game server retrieves the score of a specific user to display it in the game client.
- The game client supports real-time updating the score.
- Betting in the game will trigger the
update-scorenotification. - Winning in the game will trigger the
update-scorenotification.