This commit is contained in:
yutou 2021-03-02 18:29:39 +08:00
parent 7bed9ef13e
commit 95c3f42583

View File

@ -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":