This commit is contained in:
hujiabin 2023-04-07 11:16:15 +08:00
parent e15d77a187
commit 873b5e831d

View File

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