From ed8059000ae450164baaf1c15960a233851e2032 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 25 Sep 2020 17:25:52 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 32a493e..7d6b2ac 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -814,6 +814,7 @@ func HandlerQuerynewtask(w http.ResponseWriter, data string, uuid int) { } //回包 + logger.Info("HandlerQuerynewtask resp=%+v",resp) respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) } -- libgit2 0.21.0