积分档位增加精灵配置
This commit is contained in:
@@ -52,6 +52,8 @@ func (l *GetStakeLevelListLogic) GetStakeLevelList(req *types.GetStakeLevelListR
|
||||
ls = append(ls, types.PointStakeLevel{
|
||||
Id: int(lv.Id),
|
||||
Title: lv.Title,
|
||||
ElfName: lv.ElfName,
|
||||
Rate: lv.Rate.InexactFloat64(),
|
||||
Level: int(lv.Level),
|
||||
Points: int(lv.Points),
|
||||
Days: lv.Days.InexactFloat64(),
|
||||
|
||||
Reference in New Issue
Block a user