"BingoBoom" 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 notification
data parameter description
Name
Type
Description
Example
{
action: 'sendData',
data:{
op:"Bet",
data:[
{
gameId:number, //Game ID
name:"hhsayy22" //Merchant Player Name
id:"12132111313", //Merchant Player ID
bets: [[2,23,41,65,76,4,24,47,64,81,10,32,54,63,87],
[2,24,42,64,76,3,35,51,68,77,13,36,54,72,80],
[10,19,46,55,81,13,32,51,64,86,17,36,52,66,87]], //The number balls you bet on, for example, 3 sets of cards, and the specific numbers of each set of cards
ticket: 10, //Betting multiples
currency:"usdt", //Currency name (USDT, etc., see the currency list for details)
}
]
}
}2、Lottery result notification
data parameter description
Name
Type
Description
Example
3、Winning player winning amount notification
data parameter description
Name
Type
Description
Example
Last updated