Commit 3c528e3b1c0cf4241bbb2448f5739c71386b8b5a

Authored by 陆恒
1 parent 347b1078

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -301,6 +301,7 @@ func HandlerGetnewlevelreward(w http.ResponseWriter, data string, uuid int) {
301 301 uinfo.LvRewardGet = 1 + rdata.Rewardtype
302 302  
303 303 resp.Data.Goldnum = uinfo.RealGold
  304 + logger.Info("HandlerGetnewlevelreward gold=%v", uinfo.RealGold)
304 305 //保存数据
305 306 SaveUserInfo(uinfo)
306 307  
... ...