ManagementTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/RedisUtil.java
@@ -117,7 +117,7 @@ if(ToolUtil.isNotEmpty(key)){ Map<String,String> map = new HashMap<>(); map.put("key", key); String s = HttpRequestUtil.postRequest(PushURL.zull_user_url + "/redis/remove", map); String s = HttpRequestUtil.postRequest(PushURL.zull_user_url + "/redis/getValue", map); JSONObject jsonObject = JSON.parseObject(s, JSONObject.class); if(jsonObject.getIntValue("code") != 200){ System.err.println("调用redis出错了");