From 52bc929de18198d1ded8a8567a0a3f77a2e1aec6 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Sun, 9 Oct 2022 11:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=88=98=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/Battle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Battle.py b/doc/Battle.py index d145f915..0fe7b5b4 100644 --- a/doc/Battle.py +++ b/doc/Battle.py @@ -27,11 +27,11 @@ class Battle(object): 'url': 'webapp/index.php?c=Battle&a=getBattleHistory', 'params': [ _common.ReqHead(), - ['mode', _common.BattleMember(), '0:pvp 1:排位 2:pve'] + ['mode', '', '0:pvp 1:排位 2:pve'] ], 'response': [ _common.RspHead(), - ['!data', _common.BattleHistory(), '战绩数据'], + ['!data', [_common.BattleHistory()], '战绩数据'], ] }, ]