admin
2019-08-08 3fc84b5d4b36ce9ab5cea84ee1b54942c8e04ef9
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;
         }