From 22854c46b8b20cd405c4ec1c047a3d772df85c80 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 20 May 2020 17:00:19 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 179e192..e5cdc67 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -465,7 +465,7 @@ func HandleNewGetData(w http.ResponseWriter, data string) { break } resp.Result.Data.Base_data = val - logger.Info("HandleNewGetData new is=%v",val) + logger.Info("HandleNewGetData new is=%v",resp) break } -- libgit2 0.21.0