This commit is contained in:
Van0313
2025-04-26 12:18:10 +08:00
parent e7f312ec50
commit a57c7780be

View File

@@ -1513,6 +1513,7 @@ public class JDUtil {
return;
}
String[] split = order.split("\n");
logger.info("sendOrderToWxByOrderD.split 数组长度{}", split.length);
if (split.length != 3) {
wxUtil.sendTextMessage(fromWxid, "输入格式为:\n 单\n型号\n数量\n地址", 1, fromWxid, false);
return;