From 27e3c44f7370681413c6b8d7b3ca0505b65c9b70 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 9 Jul 2020 17:28:05 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 87ce6f1..5f5a451 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -142,7 +142,7 @@ func UserLogin(w http.ResponseWriter, r *http.Request) { if Uuid == 0 { SetHeader(w) - //logger.Error("Uuid is nil!") + logger.Error("Uuid is nil!") return } result, _ := ioutil.ReadAll(r.Body) -- libgit2 0.21.0