1
This commit is contained in:
@@ -141,7 +141,8 @@ public class LogisticsServiceImpl implements ILogisticsService {
|
||||
// 收货地址
|
||||
pushContent.append("收货地址:").append(order.getAddress() != null ? order.getAddress() : "无").append("\n");
|
||||
// 运单号
|
||||
pushContent.append("运单号:").append(waybillNo).append("\n");
|
||||
pushContent.append("运单号:").append("\n").append("---------").append("\n").append("\n").append("\n").append(waybillNo).append("\n");
|
||||
|
||||
|
||||
// 调用企业微信推送接口
|
||||
JSONObject pushParam = new JSONObject();
|
||||
|
||||
Reference in New Issue
Block a user