Administrator
2018-12-04 a50175ef27c7568dbda17f9c21c48430f03e25da
fanli/src/main/java/com/yeshi/fanli/controller/client/DynamicRecommendController.java
@@ -178,6 +178,11 @@
      if (!matcher.find()) {// 不包含链接
         // 商品详情
         // 发现
         // 没有链接,标题过长也不处理
         if (text.length() > 50) {
            out.print(JsonUtil.loadFalseResult("值过长"));
            return;
         }
         SearchFilter sf = new SearchFilter();
         sf.setKey(text);