From 809c602e855b4b2a5b81ae90942663ee474eb7a2 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 11 Jun 2020 16:21:52 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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