Fix: bili money maybe float

pull/31/head
zijiren233 2 years ago
parent e4eeddde79
commit 953cbead0b

@ -831,7 +831,7 @@ type Nav struct {
} `json:"level_info"`
Mid int `json:"mid"`
MobileVerified int `json:"mobile_verified"`
Money int `json:"money"`
// Money int `json:"money"` // 可能为float
Moral int `json:"moral"`
Official struct {
Role int `json:"role"`

Loading…
Cancel
Save