From 89c65140491d86233bdaa7e83f39535fb5b8324a Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 18 Jun 2020 11:20:55 +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 3a051bf..4d84f8d 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -1231,6 +1231,7 @@ func Getflyboxreward(w http.ResponseWriter, r *http.Request) { } if Uuid == 0 { SetHeader(w) + logger.Error("Getflyboxreward uuidnil") return } result, _ := ioutil.ReadAll(r.Body) -- libgit2 0.21.0