"Powerball" 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 results notification
data parameter description
Name
Type
Description
{
action: 'sendData',
data:{
op:"Bet",
data:{
gameId: 202,
curGameId: 202,
userId: 123,
name: "Lily",
id: "123456",
amount: 10,
currency: "usdt",
bets: [{
amount: 10,
currency: "usdt",
balance: {
balance: 100,
currency: "usdt"
},
bets: [{
bet: 1,
multi: 0
}, {
bet: 2,
multi: 1
}, ...]
}, ...]
}
}
}2、Lottery result notification
data parameter description
Name
Type
Description
Example
3、Winning player winning amount notification
data parameter description
Name
Type
Description
Example
4、Player follow-up investment request
data parameter description
Name
Type
Description
Last updated