From 084662f0f76fe651e94c995740ede1094c007373 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 27 Jul 2020 17:51:27 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 43b2e16..c1f229a 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -684,6 +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") SetHeader(w) return } -- libgit2 0.21.0