This commit is contained in:
aozhiwei 2023-12-25 19:27:14 +08:00
parent f47f733410
commit fc404c7e4d

View File

@ -19,5 +19,18 @@ class Match(object):
_common.RspHead(),
['info', _common.MatchInfo(), '队伍唯一id'],
]
},
{
'name': 'cancel',
'desc': '取消匹配',
'group': 'Match',
'url': 'webapp/index.php?c=Match&a=cancel',
'params': [
_common.ReqHead(),
['team_uuid', '', '队伍唯一id'],
],
'response': [
_common.RspHead(),
]
}
]