diff --git a/bilibili/types.go b/bilibili/types.go index fe6cd6b..9b04982 100644 --- a/bilibili/types.go +++ b/bilibili/types.go @@ -342,7 +342,7 @@ type Danmakusuki struct { TotalLiveSecond int `json:"totalLiveSecond"` AddDate string `json:"addDate"` CommentCount int `json:"commentCount"` - LastLiveIncome int `json:"lastLiveIncome"` + LastLiveIncome float64 `json:"lastLiveIncome"` } `json:"channel"` Live struct { LiveID string `json:"liveId"`