1
This commit is contained in:
parent
5906db750d
commit
42b38baf94
@ -35,6 +35,7 @@ func (this *UserApi) Login(c *gin.Context) {
|
||||
user.Score = 0
|
||||
user.Dice = mt.Table.Global.GetDailyDiceNum()
|
||||
user.LastPresentDiceTime = q5.ToInt32(nowTime)
|
||||
user.CurrGrid = 1
|
||||
user.CreateTime = q5.ToInt32(nowTime)
|
||||
user.ModifyTime = q5.ToInt32(nowTime)
|
||||
if user.Create() != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user