diff --git a/route/invite_r/party_invite.go b/route/invite_r/party_invite.go index 4bdf121da853a15bb7d464cb7570293f04e01230..30810b2587d2f4306dffbf51ea5d59eaebe06ce1 100644 --- a/route/invite_r/party_invite.go +++ b/route/invite_r/party_invite.go @@ -53,7 +53,7 @@ func InviteApply(c *gin.Context) (*mycontext.MyContext, error) { model.Log.Errorf("InviteApply myUserId:%v, err:%v", myUserId, err) return myCtx, err } - if times >= 10 { + if times >= 15 { return myCtx, bizerr.InviteApplyTimes } }