Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaBusiness/GameMatch/WxaBusinessGameMatchGetAllMatchRuleResponse.json

21 lines
584 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"errcode": 0,
"errmsg": "ok",
"match_rule_list": [
{
"match_id": "FD0PT4rKguEdK-L83RaJgdbchUCW8wjhSwgCku4CLQk",
"open_state": 0,
"team_count": 2,
"team_member_count": 1,
"need_room_service_info": 1,
"game_room_info": {
"game_tick": 30,
"udp_reliability_strategy": 3,
"start_percent": 100,
"need_user_info": true,
"game_last_time": 1800,
"need_game_seed": true
}
}
]
}