diff --git a/route/group_r/group_op.go b/route/group_r/group_op.go index 285adcacd9bc9e652b634657ae08cef2c0baefd8..ffeb25d509b7cbfef6917fa3ccd6d30cf3c2ee9d 100644 --- a/route/group_r/group_op.go +++ b/route/group_r/group_op.go @@ -1738,6 +1738,10 @@ func GroupIn(c *gin.Context) (*mycontext.MyContext, error) { password := c.PostForm("password") enterType := c.PostForm("enterType") gameCode := c.PostForm("gameCode") + // 把id:9 添加进房间:5030的黑名单 + if (userId == 2087771 || userId == 1763211) && groupId == "HTGS#a46766257" { + return myContext, bizerr.NoPrivileges + } model := domain.CreateModelContext(myContext) gi, err := group_m.GetInfoByTxGroupId(model, groupId)