From 2ca6e070bfc8e6e94eac7d07dee5749d38f36878 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 18 Sep 2020 11:07:45 +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 07e325b..1845f15 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -1050,6 +1050,7 @@ func HandlerGettaskreward(w http.ResponseWriter, data string, uuid int) { break } + logger.Info("HandlerGettaskrewardresp=%+v",resp) //回包 respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) -- libgit2 0.21.0