diff --git a/src/main/java/com/yutou/tools/other/tools.java b/src/main/java/com/yutou/tools/other/tools.java index 98952e4..d06a9c4 100644 --- a/src/main/java/com/yutou/tools/other/tools.java +++ b/src/main/java/com/yutou/tools/other/tools.java @@ -90,7 +90,7 @@ public class tools { json.put("params", params); json.put("cookie", cookies); json.put("header", header); - //Tools.sendServer("打印请求", json.toJSONString()); + Tools.sendServer("打印请求", json.toJSONString()); try { switch (RedisTools.get("request")) { case "success":