From 3736d122337d97cd2d9fc1fb7f9d392397f616f1 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 19 May 2020 14:52:36 +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 10ca55e..bc07cc1 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -485,6 +485,7 @@ func HandlerQuerytaskinfo(w http.ResponseWriter, data string, uuid int) { } //回包 + logger.Info("HandlerQuerytaskinfo resp=%v", resp) respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) -- libgit2 0.21.0