mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-01 20:13:12 +08:00
🎨 消息类增加first/second字段
This commit is contained in:
@ -194,6 +194,14 @@ public class WxMpXmlMessage implements Serializable {
|
|||||||
@JacksonXmlProperty(localName = "nickname")
|
@JacksonXmlProperty(localName = "nickname")
|
||||||
private String nickname;
|
private String nickname;
|
||||||
|
|
||||||
|
@XStreamAlias("first")
|
||||||
|
@JacksonXmlProperty(localName = "first")
|
||||||
|
private String first;
|
||||||
|
|
||||||
|
@XStreamAlias("second")
|
||||||
|
@JacksonXmlProperty(localName = "second")
|
||||||
|
private String second;
|
||||||
|
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
// 群发消息返回的结果
|
// 群发消息返回的结果
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user