修改说明

This commit is contained in:
高山 2018-05-03 10:21:26 +08:00
parent 556257a138
commit 8aec1b4d7a
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ func createdb() error {
func insertUser() {
fmt.Println("insert user ...")
u := new(User)
u.Id = 1
u.Username = "admin"
u.IsEmailVerified = 1
u.AuthKey = "cJIrTa_b2Hnjn6BZkrL8PJkYto2Ael3O"