Commit ae4fcef9efdede4deb3d4072248848a3c6cafd42
1 parent
1950100d
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/function.go
... | ... | @@ -459,6 +459,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) error { |
459 | 459 | resp.Data.Guangold = initdata.GuanGold |
460 | 460 | resp.Data.Leftads = initdata.WatchAddsTime |
461 | 461 | resp.Data.Walletgold = initdata.RealGold |
462 | + resp.Data.Userlv = initdata.Lv | |
462 | 463 | |
463 | 464 | err := SaveUserInfo(&initdata) |
464 | 465 | if err != nil { | ... | ... |