From 22f31e51fb52105bdc842efa0fc9cd0d03ab9c55 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 22 May 2020 16:03:08 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index d935714..b214952 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -290,7 +290,7 @@ func QueryInviteWork(w http.ResponseWriter, r *http.Request) { r.Body.Close() s := string(result) - //logger.Info("QueryInviteWork , body:%v,uuid=%v", s) + logger.Info("QueryInviteWork , body:%v,uuid=%v", s) HandleQueryInviteWork(w,s) -- libgit2 0.21.0