Commit dfc64563 authored by hujiebin's avatar hujiebin

指定房间号写死sw

parent 0ca2b3f1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment