Fix: bili next_exp type

pull/31/head
zijiren233 1 year ago
parent affc7e6dac
commit 2047e676af

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

Loading…
Cancel
Save