🎨 WxMpXmlMessage 增加群发消息id 字段

This commit is contained in:
Yang Bingdong
2022-08-04 17:35:45 +08:00
committed by GitHub
parent 4e06dd6039
commit 3f57b346e0

View File

@ -189,6 +189,12 @@ public class WxMpXmlMessage implements Serializable {
///////////////////////////////////////
// 群发消息返回的结果
///////////////////////////////////////
/**
* 群发的消息ID
*/
@XStreamAlias("MsgID")
@JacksonXmlProperty(localName = "MsgID")
private Long massMsgId;
/**
* 群发的结果.
*/