|
|
@ -824,10 +824,10 @@ type Nav struct {
|
|
|
|
FaceNft int `json:"face_nft"`
|
|
|
|
FaceNft int `json:"face_nft"`
|
|
|
|
FaceNftType int `json:"face_nft_type"`
|
|
|
|
FaceNftType int `json:"face_nft_type"`
|
|
|
|
LevelInfo struct {
|
|
|
|
LevelInfo struct {
|
|
|
|
CurrentLevel int `json:"current_level"`
|
|
|
|
CurrentLevel int `json:"current_level"`
|
|
|
|
CurrentMin int `json:"current_min"`
|
|
|
|
CurrentMin int `json:"current_min"`
|
|
|
|
CurrentExp int `json:"current_exp"`
|
|
|
|
CurrentExp int `json:"current_exp"`
|
|
|
|
NextExp string `json:"next_exp"`
|
|
|
|
// NextExp string `json:"next_exp"` // 小于6级时:num,6级时:str
|
|
|
|
} `json:"level_info"`
|
|
|
|
} `json:"level_info"`
|
|
|
|
Mid int `json:"mid"`
|
|
|
|
Mid int `json:"mid"`
|
|
|
|
MobileVerified int `json:"mobile_verified"`
|
|
|
|
MobileVerified int `json:"mobile_verified"`
|
|
|
|