diff --git a/src/HttpServer/logic/function.go b/src/HttpServer/logic/function.go index 5429fe4..94c6933 100644 --- a/src/HttpServer/logic/function.go +++ b/src/HttpServer/logic/function.go @@ -135,6 +135,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int, uniqueuid s initdata.WatchAddsTime = WATCH_ADD_DAY_LIMIT initdata.LeftFreeRB = FREE_REDBAG_NUM initdata.UpLvCostTime = 0 + initdata.PassLevel = 1 initdata.UpLvCostTimeSec = int(time.Now().Unix()) //todo 等待提现配置表 -- libgit2 0.21.0