1
This commit is contained in:
@@ -648,8 +648,11 @@ public class JDUtils {
|
|||||||
for (String s : split) {
|
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).append(".html").append("\r\n");
|
||||||
}
|
}
|
||||||
|
content.append("手机端").append("\r\n");
|
||||||
|
for (String s : split) {
|
||||||
|
content.append("https://item.m.jd.com/product/").append(s).append(".html").append("\r\n");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
content.append("").append("\r\n");
|
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
sendOrderToWxByOrderJD("菜单");
|
sendOrderToWxByOrderJD("菜单");
|
||||||
|
|||||||
Reference in New Issue
Block a user