1
This commit is contained in:
@@ -644,10 +644,12 @@ public class JDUtils {
|
||||
if (order.startsWith("SKU")){
|
||||
order = order.replace("SKU", "");
|
||||
String[] split = order.split("\r\n");
|
||||
for (String s : split) {
|
||||
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("菜单");
|
||||
|
||||
Reference in New Issue
Block a user