From 376a3e4dd43ba7d34689d7dc098f65deaabbc1cf Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 27 Jul 2020 17:54:22 +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 c1f229a..261460e 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -684,7 +684,7 @@ func DoBuyCat(w http.ResponseWriter, r *http.Request) { Uuid, _ = strconv.Atoi(r.Header.Get("uid")) } if Uuid == 0 { - logger.Error("DoBuyCat uuid is nil") + //logger.Error("DoBuyCat uuid is nil") SetHeader(w) return } -- libgit2 0.21.0