From 9cc08616d6d610cf24b4f4a2c07dd61eee47d667 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sat, 11 Feb 2023 20:49:55 +0800 Subject: [PATCH] =?utf8?q?Add=20ws=E6=B6=88=E6=81=AFGOTO=5FBUY=5FFLOW?= 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 0bc23ac..6ee86a0 100644 --- a/Reply/Msg.go +++ b/Reply/Msg.go @@ -118,6 +118,7 @@ var Msg_map = map[string]func(replyF, string){ "AREA_RANK_CHANGED": nil, "GIFT_STAR_PROCESS": nil, "RECOMMEND_CARD": nil, //主播商品营销 + "GOTO_BUY_FLOW": nil, } // 屏蔽不需要的消息 -- 2.39.2