This commit is contained in:
cc
2024-11-21 16:24:43 +08:00
parent 6120884641
commit 647b360093

View File

@@ -644,10 +644,12 @@ public class JDUtils {
if (order.startsWith("SKU")){
order = order.replace("SKU", "");
String[] split = order.split("\r\n");
content.append("电脑端").append("\r\n");
for (String s : split) {
content.append("https://item.jd.com/").append(s).append(".html").append("\r\n");
}
}
content.append("").append("\r\n");
} else {
try {
sendOrderToWxByOrderJD("菜单");