mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-07 23:24:39 +08:00
🎨 #3500【公众号】消息接受类添加名称审核结果事件推送所需字段
This commit is contained in:
@@ -186,6 +186,14 @@ public class WxMpXmlMessage implements Serializable {
|
||||
@JacksonXmlCData
|
||||
private String unionId;
|
||||
|
||||
@XStreamAlias("ret")
|
||||
@JacksonXmlProperty(localName = "ret")
|
||||
private Integer ret;
|
||||
|
||||
@XStreamAlias("nickname")
|
||||
@JacksonXmlProperty(localName = "nickname")
|
||||
private String nickname;
|
||||
|
||||
///////////////////////////////////////
|
||||
// 群发消息返回的结果
|
||||
///////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user