From 104e050db9f41e7d7bb01ec802afd89ff10bf868 Mon Sep 17 00:00:00 2001 From: himawari <54976075+guohuiyuan@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E6=94=B9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=20(#45)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bilibili/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`