Commit 34dc6f1b authored by chenweijian's avatar chenweijian

Merge branch 'fix/party_apply' into 'master'

Fix/party apply

See merge request !32
parents 2b397c98 9771803a
......@@ -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
}
}
......
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