This commit is contained in:
hujiabin 2022-11-16 14:55:29 +08:00
parent ee31a8c76a
commit da91ca92c3

View File

@ -593,9 +593,9 @@ class RankingItemEx(object):
def __init__(self):
self.fields = [
['ranked', 0, '排名'],
['user', UserSimple(), '用户信息'],
['guild', GuildEx(), '工会信息'],
['value', 0, '存活时间 击杀数'],
['user', UserSimple(), '用户信息(type为4是空数组)'],
['guild', GuildEx(), '工会信息(无工会为空数组)'],
['value', 0, '击杀数/吃鸡数/战斗场数/工会总Test_CEG收益'],
['rewardNum', 0, '奖励'],
['extraRewardNum', 0, '额外奖励'],
]