From 11a162fc7f8a636ad83345c101dd5ba2dc9e78d2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 5 Jun 2023 19:39:36 +0800 Subject: [PATCH] 1 --- doc/_common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/_common.py b/doc/_common.py index bfc9177b..2da1295c 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -121,6 +121,7 @@ class UserInfo(object): ['activated', 0, '是否已激活'], ['rename_count', 0, '改名次数'], ['account_id', '', '账号id'], + ['address', '', '钱包地址(空或者null表示没钱包)'], ['name', '', '用户名字'], ['head_id', 0, '头像id'], ['head_frame', 0, '头像框id'], @@ -1154,4 +1155,4 @@ class BattleReward(object): self.fields = [ ['hero', BattleCegReward(), '英雄奖励'], ['!items', [BattleItemReward()], '碎片奖励'], - ] \ No newline at end of file + ]