Commit b339634e526965f5f4054c7d62c70c48e9e4b8d9
1 parent
04fbddaa
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -283,6 +283,7 @@ func HandlerGetnewlevelreward(w http.ResponseWriter, data string, uuid int) { | @@ -283,6 +283,7 @@ func HandlerGetnewlevelreward(w http.ResponseWriter, data string, uuid int) { | ||
283 | 283 | ||
284 | uinfo.LvRewardGet = 1 + rdata.Rewardtype | 284 | uinfo.LvRewardGet = 1 + rdata.Rewardtype |
285 | 285 | ||
286 | + resp.Data.Goldnum = uinfo.RealGold | ||
286 | //保存数据 | 287 | //保存数据 |
287 | SaveUserInfo(uinfo) | 288 | SaveUserInfo(uinfo) |
288 | 289 |