Commit 3798c921 authored by hujiebin's avatar hujiebin

swager

parent 609f5b19
......@@ -29,8 +29,8 @@ type CvGroupPowerMember struct {
// 家族等级
type CvGroupPowerGrade struct {
Grade groupPower_e.GroupPowerGrade `json:"grade"` // 等级 0:无 1:青铜 2:白银 3:黄金 4:黑金
Exp mysql.Num `json:"exp"` // 经验值
NextExp mysql.Num `json:"nextExp,omitempty"` // 升级所需经验值
Exp uint32 `json:"exp"` // 经验值
NextExp uint32 `json:"nextExp,omitempty"` // 升级所需经验值
ExpireAt string `json:"expireAt,omitempty"` // 有效期
ShowExp bool `json:"showExp"` // 是否展示经验值
}
......
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