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);