{ // ID int64 id; // 过期时间 int64 expiresAt; // 票据值 string value; // 管理员ID int64 adminId; // 用户ID int64 userId; // 登录时客户端IP string ip; }