积分档位增加精灵配置

This commit is contained in:
2025-04-27 14:55:38 +08:00
parent a22b45eb2f
commit 109d76cd2e
5 changed files with 23 additions and 4 deletions

View File

@@ -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(),