"OneMRace" 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
Example
{
action: 'sendData',
data:{
op:"Bet",
data:{
gameId:123,
curGameId:123,
userId:123,
name:"lily",
id:"1234",
amount:123,
currency:"usdt",
bets:{
{1{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
Example
Last updated