1
This commit is contained in:
@@ -1045,7 +1045,7 @@ public class JDOrderController extends BaseController {
|
|||||||
// 收货地址
|
// 收货地址
|
||||||
pushContent.append("收货地址:").append(order.getAddress() != null ? order.getAddress() : "无").append("\n");
|
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");
|
||||||
|
|
||||||
// 调用企业微信推送接口(参考WxtsUtil的实现)
|
// 调用企业微信推送接口(参考WxtsUtil的实现)
|
||||||
String pushUrl = "https://wxts.van333.cn/wx/send/pdd";
|
String pushUrl = "https://wxts.van333.cn/wx/send/pdd";
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ public class LogisticsServiceImpl implements ILogisticsService {
|
|||||||
// 收货地址
|
// 收货地址
|
||||||
pushContent.append("收货地址:").append(order.getAddress() != null ? order.getAddress() : "无").append("\n");
|
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");
|
||||||
|
|
||||||
|
|
||||||
// 调用企业微信推送接口
|
// 调用企业微信推送接口
|
||||||
|
|||||||
Reference in New Issue
Block a user