This commit is contained in:
雷欧(林平凡)
2025-01-10 09:05:28 +08:00
parent 42606ce94e
commit cad6037169

View File

@@ -1001,7 +1001,7 @@ public class JDUtils {
order = order.replace("转链", "");
String[] split = order.split("\r\n");
for (String s : split) {
content.append("https://item.jd.com/").append(s).append(".html").append("\r\n");
content.append("https://item.jd.com/").append(s.trim()).append(".html").append("\r\n");
}
}
} else {