diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 486e314..2eda3e4 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -283,6 +283,7 @@ func HandlerGetnewlevelreward(w http.ResponseWriter, data string, uuid int) { uinfo.LvRewardGet = 1 + rdata.Rewardtype + resp.Data.Goldnum = uinfo.RealGold //保存数据 SaveUserInfo(uinfo) -- libgit2 0.21.0