1
This commit is contained in:
@@ -2692,14 +2692,13 @@ public class JDUtil {
|
||||
address = new StringBuilder(matcher.group());
|
||||
}
|
||||
for (int i = 3; i < parts.length; i++) {
|
||||
System.out.println(parts[i]);
|
||||
address.append(parts[i]);
|
||||
}
|
||||
String jf = productWithJF.get(modelNumber);
|
||||
|
||||
StringBuilder order = new StringBuilder();
|
||||
order.append("生").append("\n").append("H-TF").append("\n").append(modelNumber).append("\n").append(jf).append("\n").append(quantityStr).append("\n").append(address);
|
||||
//sendOrderToWxByOrderD(order.toString(), fromWxid);
|
||||
sendOrderToWxByOrderD(order.toString(), fromWxid);
|
||||
}
|
||||
} else if (input.startsWith("H")) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user