"MTD" 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:202, //Game ID
name:"hhsayy22", //Merchant Player Name
id:"123456", //Merchant Player ID
bets:{
page:1, //Page number
sub:1, //Sub-area number
currency:"usdt", //Currency (USDT...)
amount:10, //Bet amount
num:"12", //Specific bet content
}
}[]
}
}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