1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-13 03:04:04 +08:00
committed by cnb
parent dca4d4ffca
commit a0e0822b5a
9 changed files with 34 additions and 15 deletions

View File

@@ -122,6 +122,7 @@ type PlayerInfo struct {
ExpPool int64 `struc:"skip" json:"exp_pool"` // 累计经验池
OnlineTime int64 `struc:"skip" json:"online_time"` //在线分钟数
FightTime int64 `struc:"skip" json:"fight_time"` //战斗分钟数
// OutInfo 字段
UserID uint32 `struc:"uint32" json:"user_id"` // 米米号 通过sid拿到
RegisterTime uint32 `struc:"uint32" json:"register_time"` // 注册时间(秒时间戳)