diff --git a/route/group_r/group_op.go b/route/group_r/group_op.go index c47a37f07670cac86bc1cb4c3f019bd53a0e44ca..ca6b4893139c98e4ab350a42a232bd97968d376b 100644 --- a/route/group_r/group_op.go +++ b/route/group_r/group_op.go @@ -1764,7 +1764,7 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) { provider = group_e.GroupProvider_TRTC total := int64(11000) if !config.AppIsRelease() { - total = 0 + total = 30 } if group_m.CountTRTC(model) > total { roomUser, err := group_m.GetRoomOnlineUser(myContext, groupId)