diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 60ecb40..0f61597 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -453,6 +453,7 @@ func HandlerDrawTable(w http.ResponseWriter, data string, uuid int) { uinfo.Gold += addgold + SaveUserInfo(uinfo, strconv.Itoa(uuid)) resp.Data.Coin = strconv.FormatInt(uinfo.Gold, 10) resp.Data.RewardId = tid resp.Code = 0 -- libgit2 0.21.0