Commit 3e0a8ae93096c6b66447bdf5503b4d75ab04cfce
1 parent
56478edf
Exists in
ver2.3.0
and in
2 other branches
提交
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/datadef.go
src/HttpServer/logic/logic.go
... | ... | @@ -1052,6 +1052,7 @@ func HandlerGetuserdata(w http.ResponseWriter, data string, uuid int) { |
1052 | 1052 | resp.Data.Userexp = data.Exp |
1053 | 1053 | resp.Data.Userlv = data.Lv |
1054 | 1054 | resp.Data.Leftfreeredbag = data.LeftFreeRB |
1055 | + resp.Data.Sumloginday = data.SumLoginDay | |
1055 | 1056 | SaveUserInfo(data, uniqueuuid) |
1056 | 1057 | |
1057 | 1058 | resp.Code = ERROR_OK | ... | ... |