Commit 59600e36fcccebf71e2d3869426d0a7ca7994854

Authored by 陆恒
1 parent 38bc71a5
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -836,7 +836,7 @@ func HandlerTurntablebag(w http.ResponseWriter, data string, uuid int) {
836 836 uinfo.RealGold = goldnum
837 837  
838 838 resp.Data.Walletgold = goldnum
839   - resp.Data.Getgoldnum = rdata.Num
  839 + resp.Data.Getgoldnum = addgold
840 840 //加入排行榜
841 841 SaveUserInfo(uinfo, uniqueuuid)
842 842  
... ...