switch db tool to self create

This commit is contained in:
Jay
2018-04-20 14:33:52 +08:00
parent 3df7291d56
commit a3dae8424b
4 changed files with 42 additions and 25 deletions
-9
View File
@@ -166,14 +166,5 @@ func UserSignup(c *context.Context) {
return
}
ok, err := acc.Get()
if !ok {
c.ServerError(nil)
return
}
log.Println(acc.ID)
c.Success(nil)
}