From 8f82303adc974d46132ec5d6665fed1bf7cb642e Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 29 Jun 2020 14:33:33 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/function.go | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/HttpServer/logic/function.go b/src/HttpServer/logic/function.go index b783b1a..fe2a8e5 100644 --- a/src/HttpServer/logic/function.go +++ b/src/HttpServer/logic/function.go @@ -604,6 +604,8 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) { udata.Love = 0 udata.InviteId = data.Fromid udata.Highestlv = 0 + udata.CurentLevelSec = int(time.Now().Unix()) + udata.CurentLevelCostTime = 0 udata.CurBoxLv = 1 udata.IsDouble = 0 udata.IsAuto = 0 -- libgit2 0.21.0