This commit is contained in:
雷欧(林平凡)
2025-09-25 16:06:37 +08:00
parent fd940bbd66
commit b9de9ed7f4

View File

@@ -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")) {
/*