From fc404c7e4dfc0d86767527704bc2add4056d643e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 25 Dec 2023 19:27:14 +0800 Subject: [PATCH] 1 --- doc/Match.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/Match.py b/doc/Match.py index 6e32a387..85076743 100644 --- a/doc/Match.py +++ b/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(), + ] } ]