From b10053b13adf4b6a787b45250627c8c86bbd0158 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 5 Sep 2023 14:05:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/group_r/group_op.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/group_r/group_op.go b/route/group_r/group_op.go index bd846b8..c8594f6 100644 --- a/route/group_r/group_op.go +++ b/route/group_r/group_op.go @@ -1859,7 +1859,7 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) { provider = group_e.GroupProvider_TRTC } // 指定房间号写死sw - if groupId == "HTGS#a25015185" { + if groupId == "HTGS#a25015185" || groupId == "HTGS#a50923362" { provider = group_e.GroupProvider_SW } -- 2.22.0