文案首行

This commit is contained in:
雷欧(林平凡)
2025-04-23 17:20:41 +08:00
parent 36ff1696ea
commit 9c5416719e

View File

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