diff --git a/doc/_common.py b/doc/_common.py index 5d1dcc4b..1ae6143c 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -612,18 +612,23 @@ class TeamMember(object): def __init__(self): self.fields = [ ['account_id', '', '账号id'], + ['address', '', 'openid'], ['name', '', '用户名字'], - ['sex', 0, '性别'], - ['hero_id', 0, 'heroid'], + ['hero_uniId', 0, 'hero uniid'], + ['hero_id', 0, 'hero itemId'], + ['hero_skin', 0, '英雄皮肤 itemId'], ['head_id', 0, '头像id'], - ['head_frame', 0, '头像框id'], ['level', 0, '等级'], ['exp', 0, '经验'], ['rank', 0, '段位'], + ['pve_instance_id', 0, 'pve难度id'], + ['parachute', 0, '降落伞id'], + ['presetInfo', HeroPreset(), '备战信息'], ['game_times', 0, '游戏次数'], ['win_times', 0, '胜利次数'], ['kills', 0, '击杀数'], ['is_leader', 0, '是否队长'], + ['is_ready', 0, '是否准备'], ['createtime', 0, '账号创建时间'], ]