Commit 80441965666b4d1654eb6c1dbb4b749011f86e11
1 parent
018288e4
Exists in
master
1
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/function.go
| @@ -135,6 +135,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int, uniqueuid s | @@ -135,6 +135,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int, uniqueuid s | ||
| 135 | initdata.WatchAddsTime = WATCH_ADD_DAY_LIMIT | 135 | initdata.WatchAddsTime = WATCH_ADD_DAY_LIMIT |
| 136 | initdata.LeftFreeRB = FREE_REDBAG_NUM | 136 | initdata.LeftFreeRB = FREE_REDBAG_NUM |
| 137 | initdata.UpLvCostTime = 0 | 137 | initdata.UpLvCostTime = 0 |
| 138 | + initdata.PassLevel = 1 | ||
| 138 | initdata.UpLvCostTimeSec = int(time.Now().Unix()) | 139 | initdata.UpLvCostTimeSec = int(time.Now().Unix()) |
| 139 | 140 | ||
| 140 | //todo 等待提现配置表 | 141 | //todo 等待提现配置表 |