xingzai il y a 9 mois
Parent
commit
470ceda7fb
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      controllers/user.go

+ 0 - 2
controllers/user.go

@@ -639,8 +639,6 @@ func (this *UserController) ApplyTryOut() {
 		applyMethod = applyMethod + "," + title
 	}
 	go services.SendPermissionApplyTemplateMsg(req.RealName, req.CompanyName, mobile, applyMethod, redirectUrl, user) //权限申请模板消息推送
-	//添加成功后,设置5分钟缓存,不允许重复添加
-	//utils.Rc.SetNX(cacheKey, user.Mobile, time.Second*60)
 
 	br.Msg = "申请成功!"
 	br.Ret = 200