diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index bac7750..a4eecd8 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -1560,6 +1560,7 @@ func HandlerAddTicket(w http.ResponseWriter, data string, uuid int) { uinfo.DrawTicket = DRAWTICKETNUMLIMIT } + SaveUserInfo(uinfo, strconv.Itoa(uuid)) resp.Code = 0 break } -- libgit2 0.21.0