diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 02438cc..0e433c0 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -527,7 +527,6 @@ func Onlinentf(w http.ResponseWriter, r *http.Request) { } func Getcashrecord(w http.ResponseWriter, r *http.Request) { - Uuid := 0 if len(r.Header) > 0 { Uuid, _ = strconv.Atoi(r.Header.Get("Uuid")) -- libgit2 0.21.0