diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index f428abb..01021c3 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -668,6 +668,7 @@ func HandlerRecovery(w http.ResponseWriter, data string, uuid int) { } //回包 + logger.Info("HandlerRecovery resp=%v", resp) respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) } -- libgit2 0.21.0