积分档位增加精灵配置
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user