|
@@ -55,6 +55,8 @@ public class PushUtil {
|
|
// 配置你的信息
|
|
// 配置你的信息
|
|
String dateFormat = DateUtil.format(pushParam.getNoticeTime(), "yyyy-MM-dd HH:mm:ss");
|
|
String dateFormat = DateUtil.format(pushParam.getNoticeTime(), "yyyy-MM-dd HH:mm:ss");
|
|
templateMessage.addData(new WxMpTemplateData("thing23", pushParam.getDeviceName()));
|
|
templateMessage.addData(new WxMpTemplateData("thing23", pushParam.getDeviceName()));
|
|
|
|
+ templateMessage.addData(new WxMpTemplateData("thing5", pushParam.getUserName()));
|
|
|
|
+ templateMessage.addData(new WxMpTemplateData("character_string28", pushParam.getValue()));
|
|
templateMessage.addData(new WxMpTemplateData("thing25", pushParam.getContext()));
|
|
templateMessage.addData(new WxMpTemplateData("thing25", pushParam.getContext()));
|
|
templateMessage.addData(new WxMpTemplateData("time3", dateFormat));
|
|
templateMessage.addData(new WxMpTemplateData("time3", dateFormat));
|
|
|
|
|