修复Redis返回默认值的问题

This commit is contained in:
yutou
2021-01-18 18:16:05 +08:00
parent d7a882cf8f
commit 45ce18edac
4 changed files with 4 additions and 12 deletions

View File

@@ -80,7 +80,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":