mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-28 20:43:42 +08:00
🎨 #2827 【企业微信】新增几个企业微信第三方回调的事件常量
This commit is contained in:
@ -831,6 +831,14 @@ public class WxMpXmlMessage implements Serializable {
|
||||
@JacksonXmlProperty(localName = "nsrsbh")
|
||||
private String nsrsbh;
|
||||
|
||||
|
||||
/**
|
||||
* 授权用户资料变更
|
||||
*/
|
||||
@XStreamAlias("RevokeInfo")
|
||||
@JacksonXmlProperty(localName = "RevokeInfo")
|
||||
private String revokeInfo;
|
||||
|
||||
/**
|
||||
* 加密消息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user