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(waybillNo).append("\n");
|
||||
pushContent.append("运单号:").append("\n").append("---------").append(waybillNo).append("\n");
|
||||
|
||||
// 调用企业微信推送接口(参考WxtsUtil的实现)
|
||||
String pushUrl = "https://wxts.van333.cn/wx/send/pdd";
|
||||
|
||||
Reference in New Issue
Block a user