Commit 2a7f93f4 by 龙于生

新增消息队列字段

parent d9e6f880
......@@ -287,6 +287,7 @@ public class ZpglWxgzptController {
mqd.setMobile("18212310017");//手机号
mqd.setType(2);//类型(1 短信,2 邮件,3 微信模板消息)
mqd.setWxgzhType(1);//公众号类型 1:8小时企业管理 2:优领人才网
mqd.setTiming(1);//1 即时发送,2 定时发送
mqd.setTemplateId("Uz6mVUYk9Tu7EO2V1pqiQ3x4EudDJTYWdaFtdf64h3M");//模板id
mqd.setUrl(null);//网页地址
mqd.setWxxcxPageId(null);//小程序页面地址
......
......@@ -45,6 +45,16 @@ public class MessageQueueDto {
private Integer status;
/**
* 0 即时发送,1 定时发送
*/
private Integer timing;
/**
* 定时发送时间
*/
private Date sendtime;
/**
* 手机号码
*/
private String mobile;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment