mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
🎨 WxMpXmlMessage 增加群发消息id 字段
This commit is contained in:
@ -189,6 +189,12 @@ public class WxMpXmlMessage implements Serializable {
|
|||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
// 群发消息返回的结果
|
// 群发消息返回的结果
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
|
/**
|
||||||
|
* 群发的消息ID
|
||||||
|
*/
|
||||||
|
@XStreamAlias("MsgID")
|
||||||
|
@JacksonXmlProperty(localName = "MsgID")
|
||||||
|
private Long massMsgId;
|
||||||
/**
|
/**
|
||||||
* 群发的结果.
|
* 群发的结果.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user