This commit is contained in:
hujiabin 2023-03-23 15:53:03 +08:00
parent eac4fdcbe8
commit 2042f67701

View File

@ -924,7 +924,8 @@ class BattleHistory(object):
['idx', 0, '唯一id'],
['battle_uniid', 0, '战斗记录唯一id'],
['account_id', '', '用户 account_id'],
['match_mode', 0, '0: 匹配 pvp 1: 排位赛 2: pve'],
['room_mode', 0, '0: pvp 1: pve'],
['pvp_mode', 0, '0: 匹配 1: 排位'],
['team_mode',0, '0:单人 1组队'],
['battle_rank', 0, '战斗排名'],
['team_rank',0, '团队排名'],