1
This commit is contained in:
parent
2c0f27156c
commit
ace6f905b3
@ -58,6 +58,7 @@ class Battle(object):
|
||||
['rank_score', 0, '排位积分'],
|
||||
#['pass_score', 0, '通行证积分'],
|
||||
['items', 0, '道具id:道具数量|'],
|
||||
['!battle_items', [_common.BattleItem()], '战斗道具'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
|
@ -1032,6 +1032,14 @@ class BattleItemReward(object):
|
||||
['item_num', 0, '道具数量'],
|
||||
]
|
||||
|
||||
class BattleItem(object):
|
||||
|
||||
def __init__(self):
|
||||
self.fields = [
|
||||
['item_id', 0, '道具id'],
|
||||
['item_num', 0, '道具数量'],
|
||||
]
|
||||
|
||||
|
||||
class BattleRankScore(object):
|
||||
|
||||
@ -1215,6 +1223,7 @@ class TeamReportMember(object):
|
||||
['pve_max_wave', 0, 'pve最大波次'],
|
||||
['pve_boss_killed', 0, 'pve副本boss是否被击杀'],
|
||||
['pve_rank_score', 0, 'pve积分'],
|
||||
['!battle_items', [_common.BattleItem()], '战斗道具'],
|
||||
]
|
||||
|
||||
class TeamReportTeam(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user