This commit is contained in:
hujiabin 2023-04-07 11:17:06 +08:00
parent 873b5e831d
commit 4155d71b3c

View File

@ -47,7 +47,7 @@ class Battle(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['!info', [_common.BattleSettlement()], '战绩详情'], ['info', _common.BattleSettlement(), '战绩详情'],
] ]
}, },
] ]