打包发布最新功能

This commit is contained in:
life
2015-01-08 22:08:09 +08:00
parent c514d0bc1c
commit 9515f1e58f
17 changed files with 83 additions and 29 deletions

View File

@ -44,7 +44,7 @@ func (c AdminUser) Register(email, pwd string) revel.Result {
}
// 注册
re.Ok, re.Msg = authService.Register(email, pwd)
re.Ok, re.Msg = authService.Register(email, pwd, "")
return c.RenderRe(re)
}