Commit 9771803a authored by chenweijian's avatar chenweijian

Fix/party apply

parent 2b397c98
...@@ -53,7 +53,7 @@ func InviteApply(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -53,7 +53,7 @@ func InviteApply(c *gin.Context) (*mycontext.MyContext, error) {
model.Log.Errorf("InviteApply myUserId:%v, err:%v", myUserId, err) model.Log.Errorf("InviteApply myUserId:%v, err:%v", myUserId, err)
return myCtx, err return myCtx, err
} }
if times >= 10 { if times >= 15 {
return myCtx, bizerr.InviteApplyTimes 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