This commit is contained in:
aozhiwei 2024-04-02 16:12:36 +08:00
parent ab467e6d78
commit 91cf1e6abe
2 changed files with 1 additions and 1 deletions

View File

@ -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, ''],

View File

@ -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:胜利)'],