精简推送文案
This commit is contained in:
@@ -54,7 +54,7 @@ public class OrderUtil {
|
|||||||
String content = getFormattedOrderInfo(orderRow, lastValidCode);
|
String content = getFormattedOrderInfo(orderRow, lastValidCode);
|
||||||
String wxId = getWxidFromJdid(orderRow.getUnionId().toString());
|
String wxId = getWxidFromJdid(orderRow.getUnionId().toString());
|
||||||
if (Util.isNotEmpty(wxId)) {
|
if (Util.isNotEmpty(wxId)) {
|
||||||
wxUtil.sendTextMessage(wxId, content, 1, wxId, false);
|
wxUtil.sendTextMessage(wxId, content, 1, wxId, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user