diff --git a/configs/feat-roomrank.go b/configs/feat-roomrank.go index 6645e10..d933560 100644 --- a/configs/feat-roomrank.go +++ b/configs/feat-roomrank.go @@ -27,22 +27,14 @@ func (c *RoomRankConfig) RedisInfo(suffix string) *svredis.RedisInfo { // RoomRankConfigRaw 卡牌活动配置 原始数据 type RoomRankConfigRaw struct { - Id int64 // ID - OpenLevel int // 开启等级 - PreviewTime int64 // 预告时间 - StartTime int64 // 开始时间 - EndTime int64 // 结束时间 - Round int // 轮数 - Awards string `json:"-"` // 奖励配置 - AlbumConfig string `json:"-"` // 卡组配置 - CardConfig string `json:"-"` // 卡牌配置 - CardHolderConfig string `json:"-"` // 卡包开卡规则 - NormalCardStarSequence string `json:"-"` // 卡片星级配置 - CardSequenceConfig string `json:"-"` // 卡片星级对应卡牌配置 - StarShopConfig string `json:"-"` // 星星商店配置 - Ver string // 版本号 - Status int // 状态 0=关闭 1=开启 - UpdateTime int64 // 修改时间戳 + Id int64 // ID + OpenLevel int // 开启等级 + PreviewTime int64 // 预告时间 + StartTime int64 // 开始时间 + EndTime int64 // 结束时间 + Ver string // 版本号 + Status int // 状态 0=关闭 1=开启 + UpdateTime int64 // 修改时间戳 } func (c *RoomRankConfigRaw) MysqlInfo(suffix string) *svmysql.MysqlInfo { -- libgit2 0.21.0