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