Skip to content

Commit

Permalink
🐛 修改类型 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
guohuiyuan authored Apr 1, 2024
1 parent 6892455 commit 104e050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 104e050

Please sign in to comment.