This commit is contained in:
Leo
2025-11-19 16:02:30 +08:00
parent 35dcb20e4a
commit 083bcca270
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ public class LogisticsServiceImpl implements ILogisticsService {
// 收货地址
pushContent.append("收货地址:").append(order.getAddress() != null ? order.getAddress() : "").append("\n");
// 运单号
pushContent.append("运单号:").append("\n").append("---------").append("\n").append("\n").append("\n").append(waybillNo).append("\n");
pushContent.append("运单号:").append("\n").append("\n").append("\n").append("\n").append(waybillNo).append("\n");
// 调用企业微信推送接口