diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 878cb0c..b220b7b 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -904,6 +904,7 @@ func HandlerRecvRedCat(w http.ResponseWriter, data string, uuid int) { uinfo.CalcGoldRate() uinfo.TodayZhaocai += addredpack + SaveUserInfo(uinfo, strconv.Itoa(uuid)) resp.Data.Num = addredpack resp.Code = 0 break -- libgit2 0.21.0