Commit 51e5d8e545137cf5dbd2b52d094989e81b4c4b94
1 parent
2efb3992
Exists in
master
提交
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/datadef.go
src/HttpServer/logic/logic.go
... | ... | @@ -1352,6 +1352,7 @@ func HandlerGetMainPageInfo(w http.ResponseWriter, data string, uuid int) { |
1352 | 1352 | } |
1353 | 1353 | resp.Data.Redbagnum = uinfo.StoreRandRedBag |
1354 | 1354 | resp.Data.Flyboxnum = uinfo.FlyBoxNumTimes |
1355 | + resp.Data.Leftredbagnum = uinfo.RandRedBagLeftTime | |
1355 | 1356 | resp.Code = 0 |
1356 | 1357 | break |
1357 | 1358 | } | ... | ... |