Commit cb7541b7 authored by hujiebin's avatar hujiebin

Update group_rank.go

parent b21c4037
...@@ -30,7 +30,7 @@ type CvGroupPowerMember struct { ...@@ -30,7 +30,7 @@ type CvGroupPowerMember struct {
type CvGroupPowerGrade struct { type CvGroupPowerGrade struct {
Grade groupPower_e.GroupPowerGrade `json:"grade"` // 等级 0:青铜 1:白银 2:黄金 3:黑金 Grade groupPower_e.GroupPowerGrade `json:"grade"` // 等级 0:青铜 1:白银 2:黄金 3:黑金
Exp uint32 `json:"exp"` // 经验值 Exp uint32 `json:"exp"` // 经验值
NextExp uint32 `json:"nextExp,omitempty"` // 级所需经验值 NextExp uint32 `json:"nextExp,omitempty"` // 下个等级所需经验值
ExpireAt string `json:"expireAt,omitempty"` // 有效期 ExpireAt string `json:"expireAt,omitempty"` // 有效期
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment