diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index d008318..1a53c09 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -2499,6 +2499,7 @@ func HandlerChooseNum(w http.ResponseWriter, data string, uuid int) { } + SaveUserInfo(uinfo, strconv.Itoa(uuid)) resp.Code = 0 break -- libgit2 0.21.0