This commit is contained in:
hujiabin 2024-04-03 13:51:27 +08:00
parent 2ac289c997
commit 9f02adf5b5

View File

@ -119,7 +119,7 @@ class Battle(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['reward', _common.BattleReward(), '武器2奖励'], ['reward', _common.BattleItemReward(), '武器2奖励'],
['rank_score', _common.BattleRankScore(), '排位分信息'], ['rank_score', _common.BattleRankScore(), '排位分信息'],
] ]
}, },