1
This commit is contained in:
parent
f47f733410
commit
fc404c7e4d
13
doc/Match.py
13
doc/Match.py
@ -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(),
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user