From 46653d35c68f1a5c82de387c85f9199bb89cfbf9 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:29:42 +0800 Subject: [PATCH] =?utf8?q?Add=20ws=E6=B6=88=E6=81=AF=20WIDGET=5FGIFT=5FSTA?= =?utf8?q?R=5FPROCESS?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Msg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/Reply/Msg.go b/Reply/Msg.go index ccc6b76..a826a68 100644 --- a/Reply/Msg.go +++ b/Reply/Msg.go @@ -121,6 +121,7 @@ var Msg_map = map[string]func(replyF, string){ "GOTO_BUY_FLOW": nil, "CUT_OFF": replyF.cut_off, // 超管切直播 "SHOPPING_CART_SHOW": nil, + "WIDGET_GIFT_STAR_PROCESS": nil, } // 屏蔽不需要的消息 -- 2.39.2