"JogoDoBicho" Half-Screen Event Description
Used in live broadcast apps to request period results, player betting information, win/loss results, and follow-up betting operations. It facilitates user interaction within the app.
1、Players' betting result notifications
data parameter description
Name
Type
Description
示例
{
action: 'sendData',
data: {
op:"Bet",
data:{
gameId:1, //game id
curGameId:11, //Current game id
name:"PlayName", //Player Name
id:123456, //Player ID
//Betting kv queue
bets:{[1]:{
amount: 1; //Betting multiples
baseBet: [1,2]; //Bet on animal id numbers
group: [2,5]; //The winning number to be bet on (1-7)
}[]
}
}
}2、Lottery results notification
data parameter description
Name
Type
Description
示例
3、Notification of winning amount of winning players
data参数说明
Name
Type
Description
示例
4、Player follow-up investment request
data参数说明
Name
Type
Description
示例
Last updated