#623 群发接口增加clientmsgid

This commit is contained in:
Binary Wang
2018-06-09 23:33:49 +08:00
parent c0938ffedb
commit 1b759ea93b
4 changed files with 29 additions and 0 deletions

View File

@@ -41,6 +41,11 @@ public class WxMpMassOpenIdsMessage implements Serializable {
*/
private boolean sendIgnoreReprint = false;
/**
* 开发者侧群发msgid长度限制64字节如不填则后台默认以群发范围和群发内容的摘要值做为clientmsgid
*/
private String clientMsgId;
public WxMpMassOpenIdsMessage() {
super();
}

View File

@@ -38,11 +38,17 @@ public class WxMpMassTagMessage implements Serializable {
* 是否群发给所有用户
*/
private boolean isSendAll = false;
/**
* 文章被判定为转载时,是否继续进行群发操作。
*/
private boolean sendIgnoreReprint = false;
/**
* 开发者侧群发msgid长度限制64字节如不填则后台默认以群发范围和群发内容的摘要值做为clientmsgid
*/
private String clientMsgId;
public WxMpMassTagMessage() {
super();
}