1
This commit is contained in:
parent
2b75fda649
commit
a712045e38
@ -750,6 +750,7 @@ class HisBattle(object):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.fields = [
|
self.fields = [
|
||||||
['battle_uuid', '', '本次比赛唯一id'],
|
['battle_uuid', '', '本次比赛唯一id'],
|
||||||
|
['room_mode', 0, '0:吃鸡模式 1:歼灭模式 2:生存模式'],
|
||||||
['match_mode', 0, '比赛模式 1:匹配赛 2:排位赛 3: pve'],
|
['match_mode', 0, '比赛模式 1:匹配赛 2:排位赛 3: pve'],
|
||||||
['team_mode', 0, '组队模式 1:单人 2::多人'],
|
['team_mode', 0, '组队模式 1:单人 2::多人'],
|
||||||
['result', '', '比赛结果 当pve模式时: 1:通关 2:通关失败 其他模式:排名'],
|
['result', '', '比赛结果 当pve模式时: 1:通关 2:通关失败 其他模式:排名'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user