文案首行
This commit is contained in:
@@ -1499,6 +1499,8 @@ public class JDUtil {
|
||||
// 替换模板中的占位符
|
||||
temp = temp.replace("{单号}", orderID);
|
||||
temp = temp.replace("{地址}", order);
|
||||
temp = temp.replaceAll("[|]", order);
|
||||
|
||||
|
||||
// 发送订单信息到微信
|
||||
wxUtil.sendTextMessage(fromWxid, temp, 1, fromWxid, true);
|
||||
|
||||
Reference in New Issue
Block a user