From c1b51818b230e568a0aea090b82dec4e388147d1 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Tue, 15 Aug 2023 16:03:42 +0800 Subject: [PATCH] Update user_center_coder.go --- rpc/user_center_coder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/user_center_coder.go b/rpc/user_center_coder.go index 4d8bf77..7f0684c 100644 --- a/rpc/user_center_coder.go +++ b/rpc/user_center_coder.go @@ -67,7 +67,7 @@ const ( MsgTypeCpUpgrade = 150 // cp升级 MsgTypeSvipUpgrade = 151 // svip升级 MsgTypeGroupMicChange = 155 // 麦位变化 - MsgTypeLobbyMatchSuccess = 157 // 羊羊匹配成功 + MsgTypeLobbyMatchSuccess = 157 // 大厅匹配成功 MsgTypeH5GameMute = 158 // H5游戏静音 MsgTypeH5GameUnMute = 159 // H5游戏开音 MsgTypeQuitRoom = 160 // 通知客户端退房 -- 2.22.0