Skip to content

Commit

Permalink
🎨 修改类型 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
guohuiyuan authored Apr 1, 2024
1 parent a06fe89 commit 6892455
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 @@ -337,7 +337,7 @@ type Danmakusuki struct {
LastLiveDate int64 `json:"lastLiveDate"`
LastLiveDanmakuCount int `json:"lastLiveDanmakuCount"`
TotalDanmakuCount int `json:"totalDanmakuCount"`
TotalIncome int `json:"totalIncome"`
TotalIncome float64 `json:"totalIncome"`
TotalLiveCount int `json:"totalLiveCount"`
TotalLiveSecond int `json:"totalLiveSecond"`
AddDate string `json:"addDate"`
Expand Down

0 comments on commit 6892455

Please sign in to comment.