添加或删除房间内参加游戏的用户
POST
room/updateRoomUser
请求参数
参数名
类型
描述
必填
id
String
房间id
必填
userId
String
用户id
必填
status
int
状态(1:进入房间;2:退出房间)
必填