From ae3917c44474e18e5c2cf31a9930755b6b214bf8 Mon Sep 17 00:00:00 2001 From: qydysky Date: Thu, 2 Sep 2021 22:29:08 +0800 Subject: [PATCH] =?utf8?q?=E4=BF=AE=E5=A4=8D=E7=A4=BC=E7=89=A9json?= =?utf8?q?=E8=A7=A3=E6=9E=90=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/ws_msg/SEND_GIFT.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/ws_msg/SEND_GIFT.go b/Reply/ws_msg/SEND_GIFT.go index 220809f..d4c7672 100644 --- a/Reply/ws_msg/SEND_GIFT.go +++ b/Reply/ws_msg/SEND_GIFT.go @@ -50,7 +50,7 @@ type SEND_GIFT struct { GuardLevel int `json:"guard_level"` IsFirst bool `json:"is_first"` IsSpecialBatch int `json:"is_special_batch"` - Magnification int `json:"magnification"` + Magnification float64 `json:"magnification"` MedalInfo struct { AnchorRoomid int `json:"anchor_roomid"` AnchorUname string `json:"anchor_uname"` -- 2.39.2