Skip to content

Commit ab6e959

Browse files
committed
Update user.md
1 parent 94e093e commit ab6e959

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/api/v1/user.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,11 @@ data {
154154
}
155155
// ...
156156
register_time: "1234-12-12 12:12:12" // 注册时间(YYYY-MM-DD hh:mm:ss)
157+
ban_time: 123123123 // 封禁结束时间
157158
online_day: 123 // 在线时长
158159
continuous_online_day: 123 // 连续在线时长
159160
is_vip: 1 // 是否为VIP
160-
vip_expired_time: 123 // vip的unix时间戳
161+
vip_expired_time: 123123123 // vip的unix时间戳
161162
}
162163
```
163164

@@ -183,6 +184,7 @@ message get_user {
183184
uint64 avatar_id = 5; // 头像ID
184185
repeated Medal_info medal = 6; // 勋章信息
185186
string register_time = 7; // 注册时间,格式: YYYY-MM-DD hh:mm:ss
187+
uint64 ban_time = 10; // 封禁结束事件(时间戳)
186188
uint64 online_day = 11; // 在线天数
187189
uint64 continuous_online_day = 12; // 连续在线天数
188190
int32 is_vip = 13; // 是否为vip

0 commit comments

Comments
 (0)