1
This commit is contained in:
parent
ab467e6d78
commit
91cf1e6abe
@ -213,7 +213,6 @@ class Battle(object):
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['version', 0, '版本'],
|
||||
['battle_uuid', '', 'battle_uuid'],
|
||||
['room_uuid', '', '房间唯一id'],
|
||||
['room_mode', 0, '0:pvp 1:pve 2:moba'],
|
||||
['map_mode', 0, ''],
|
||||
|
@ -1606,6 +1606,7 @@ class MFRoomReportTeam(object):
|
||||
|
||||
def __init__(self):
|
||||
self.fields = [
|
||||
['battle_uuid', '', 'battle_uuid'],
|
||||
['team_id', 0, '队伍id'],
|
||||
['victory', 0, '是否胜利(pvp:吃鸡 pve:通关 moba:胜利)'],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user