From c511f1750d0c24f668476fcf301a220d04e67edd Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Sat, 20 Jun 2020 16:11:18 +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 45e2b59..bfe20f0 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -1388,6 +1388,7 @@ func HandlerGetMainPageInfo(w http.ResponseWriter, data string, uuid int) { redlist := uinfo.GetRedCatIdList() resp.Data.LimitCatList = append(resp.Data.LimitCatList, redlist...) uinfo.CalcGoldRate() + SaveUserInfo(uinfo, strconv.Itoa(uuid)) resp.Data.CatList = append(resp.Data.CatList, uinfo.PosInfo...) resp.Data.Coin.UserId = uuid -- libgit2 0.21.0