From c297a7a55c40e38f0d2827d5e051e71774483102 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 9 Sep 2020 09:54:12 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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