文案首行

This commit is contained in:
雷欧(林平凡)
2025-04-23 17:16:17 +08:00
parent 152e5f7b91
commit 36ff1696ea

View File

@@ -1499,6 +1499,8 @@ public class JDUtil {
// 替换模板中的占位符 // 替换模板中的占位符
temp = temp.replace("{单号}", orderID); temp = temp.replace("{单号}", orderID);
temp = temp.replace("{地址}", order); temp = temp.replace("{地址}", order);
temp = temp.replaceAll("[|]", order);
// 发送订单信息到微信 // 发送订单信息到微信
wxUtil.sendTextMessage(fromWxid, temp, 1, fromWxid, true); wxUtil.sendTextMessage(fromWxid, temp, 1, fromWxid, true);