This commit is contained in:
2026-01-19 21:10:35 +08:00
parent c868422a1d
commit a8ec1a5aa1
29 changed files with 247 additions and 282 deletions

View File

@@ -62,7 +62,7 @@ type (
Code string `db:"code"` // 邀请码(冗余字段,便于查询)
UserId string `db:"user_id"`
AgentId string `db:"agent_id"`
AgentLevel int64 `db:"agent_level"` // 代理等级1=普通2=黄金3=钻石
AgentLevel int64 `db:"agent_level"` // 代理等级1=白银2=黄金3=钻石
UsedTime time.Time `db:"used_time"` // 使用时间
CreateTime time.Time `db:"create_time"` // 创建时间
UpdateTime time.Time `db:"update_time"` // 更新时间