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