#
GameEndReqData
Parameter | Required | Type | Description |
---|---|---|---|
room_id | Yes | string | Room ID |
uid | No | string | User ID carried when the user ends the game. Default is empty, indicating that the game ends early |
Request Example
{
"event": "game_end",
"mg_id": "mg_id_1",
"timestamp": "1657770493152",
"data": {
"room_id": "roomId_1",
"uid": "uid_1"
}
}