fanli/src/main/java/com/yeshi/fanli/controller/client/v2/SearchControllerV2.java
@@ -135,7 +135,7 @@ Matcher matcher = p.matcher(text); if (!matcher.find()) {// 不包含链接 String pattern = "^[A-Za-z0-9-]+$"; if (Pattern.matches(pattern, text)) { if (Pattern.matches(pattern, text.replace(" ", ""))) {//删除空格 out.println(JsonUtil.loadFalseResult("不支持推荐")); return; }