From 4e217227b4014b2371abdc4c4fddada7a74b2720 Mon Sep 17 00:00:00 2001 From: Akiba Date: Thu, 20 Jan 2022 17:08:35 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0HOT=5FRANK=5FCHA?= =?UTF-8?q?NGED=5FV2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/handler.go b/client/handler.go index e917249..d4ab1c5 100644 --- a/client/handler.go +++ b/client/handler.go @@ -113,6 +113,7 @@ func (c *Client) Handle(p packet.Packet) { case "STOP_LIVE_ROOM_LIST": case "ONLINE_RANK_TOP3": case "HOT_RANK_CHANGED": + case "HOT_RANK_CHANGED_V2": default: //log.Infof("cmd %s, %s", p.Body, cmd) log.WithField("data", string(p.Body)).Warn("unknown cmd")