From 0d655d0661694573d89bfb51466eaaa1da492c67 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 12 Aug 2024 00:17:53 +0800 Subject: [PATCH] Add ws msg CHG_RANK_REFRESH --- Reply/Msg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/Reply/Msg.go b/Reply/Msg.go index 212972c..f208b28 100644 --- a/Reply/Msg.go +++ b/Reply/Msg.go @@ -17,6 +17,7 @@ var msglog = c.C.Log.Base(`Msg`) // Msg类型数据处理方法map var Msg_map = map[string]func(replyF, string){ + `CHG_RANK_REFRESH`: nil, `RANK_CHANGED`: replyF.rank_changed, //热门榜变动 `LIVE_MULTI_VIEW_NEW_INFO`: nil, `POPULARITY_RANK_TAB_CHG`: nil, -- 2.39.2