bug fix
This commit is contained in:
@@ -1252,7 +1252,7 @@ public class JDUtil {
|
|||||||
String[] lines = message.split("\\r?\\n");
|
String[] lines = message.split("\\r?\\n");
|
||||||
String title = lines.length > 0 ? lines[0] : "";
|
String title = lines.length > 0 ? lines[0] : "";
|
||||||
// 有的换行了
|
// 有的换行了
|
||||||
if (lines[1].length() > 3) {
|
if (lines[1].length() > 3 && !lines[1].contains("u.jd")) {
|
||||||
title = title + lines[1];
|
title = title + lines[1];
|
||||||
}
|
}
|
||||||
logger.info("文案首行 {}", title);
|
logger.info("文案首行 {}", title);
|
||||||
|
|||||||
Reference in New Issue
Block a user