CpHaveCancelNoDeal=myerr.NewBusinessCode(50121,"You have a cancel apply",myerr.BusinessData{})// 有接触申请需要处理
InviteApplyNoPermission=myerr.NewBusinessCode(50122,"This user does not have invitation permission",myerr.BusinessData{})// 该用户没有邀请权限
InviteApplyAlreadyInvited=myerr.NewBusinessCode(50123,"Already invited by someone else",myerr.BusinessData{})// 已经被别人邀请了
InviteApplyCodeInvalid=myerr.NewBusinessCode(50124,"user id invalid",myerr.BusinessData{})// 邀请人用户id错误
InviteApplyNewCodeInvalid=myerr.NewBusinessCode(50125,"user id invalid",myerr.BusinessData{})// 被邀请人用户id错误
InviteApplyTimes=myerr.NewBusinessCode(50126,"Your application today has reached the upper limit, please wait for tomorrow to continue the application",myerr.BusinessData{})// 今日邀请次数太多