From da76d157ab2cc7d50a507a3dac97e35f4ca86db4 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 28 Aug 2020 16:58:19 +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 0dbf02d..fadf0c9 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -254,6 +254,7 @@ func HandlerGetcashwechat(w http.ResponseWriter, data string, uuid int) { } //回包 + logger.Info("HandlerGetcashwechat resp=%+v", resp) respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) -- libgit2 0.21.0