mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#623 群发接口增加clientmsgid
This commit is contained in:
@@ -41,6 +41,11 @@ public class WxMpMassOpenIdsMessage implements Serializable {
|
||||
*/
|
||||
private boolean sendIgnoreReprint = false;
|
||||
|
||||
/**
|
||||
* 开发者侧群发msgid,长度限制64字节,如不填,则后台默认以群发范围和群发内容的摘要值做为clientmsgid
|
||||
*/
|
||||
private String clientMsgId;
|
||||
|
||||
public WxMpMassOpenIdsMessage() {
|
||||
super();
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user