积分档位增加精灵配置

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

@@ -144,10 +144,12 @@ type PioneerReward struct {
type PointStakeLevel struct {
Id int `json:"id"` // 档位id
Title string `json:"title"` // 档位标题
ElfName string `json:"elf_name"` // 精灵名称
Level int `json:"level"` // 精灵等级
Points int `json:"points"` // 积分数量
Days float64 `json:"days"` // 质押天数
RenewDays float64 `json:"renew_days"` // 续期天数
Rate float64 `json:"rate"` // 返利比率
}
type Result struct {