From e243db2a771f27ff6a3a32ca816c5069733827b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E7=AB=99=E8=B4=B4=E5=90=A7=E8=9C=A1=E6=B2=B9?= <1665571328@qq.com> Date: Tue, 5 Jul 2022 08:33:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update(types):=20use=20float32?= =?UTF-8?q?=20for=20coins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 1c9a056..bf9561d 100644 --- a/types.go +++ b/types.go @@ -2048,7 +2048,7 @@ type UserInfo struct { // 只能查看自己的 // // 默认为0 - Coins int `json:"coins"` + Coins float32 `json:"coins"` FansBadge bool `json:"fans_badge"` // 是否具有粉丝勋章 false:无 true:有 Official struct { // 认证类型