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