From 6f97f0d0404cfb87410a6b1f9e0b8dc2cd79a49c Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 15 Jun 2020 11:07:49 +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 0dd45a1..1fa9818 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -882,6 +882,7 @@ func HandlerCompose(w http.ResponseWriter, data string, uuid int) { //重新计算一下速度 uinfo.CalcGoldRate() + SaveUserInfo(uinfo, strconv.Itoa(uuid)) resp.Data.CatList = append(resp.Data.CatList, uinfo.PosInfo...) resp.Data.Coin.UserId = uuid resp.Data.Coin.Coin = strconv.FormatInt(uinfo.Gold, 10) -- libgit2 0.21.0