From dfc645634664b62381527e253b9c182a013b5262 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Fri, 11 Aug 2023 10:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=88=BF=E9=97=B4=E5=8F=B7?= =?UTF-8?q?=E5=86=99=E6=AD=BBsw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/group_r/group_op.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/route/group_r/group_op.go b/route/group_r/group_op.go index 120bc8f..bc05f04 100644 --- a/route/group_r/group_op.go +++ b/route/group_r/group_op.go @@ -1852,6 +1852,10 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) { if groupId == "HTGS#a93989299" { provider = group_e.GroupProvider_TRTC } + // 指定房间号写死sw + if groupId == "HTGS#a25015185" { + provider = group_e.GroupProvider_SW + } if channelId, token, err := group_s.NewGroupService(myContext).GroupIn(userId, externalId, groupId, password, imei, ip, provider, gi.Id); err != nil { return myContext, err -- 2.22.0