@@ -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