mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 12:47:46 +08:00
🎨 【小程序】WxMaMessage增加小程序撤销授权AppID事件部分字段
This commit is contained in:
parent
6fb083aeea
commit
be40eb7c14
@ -146,6 +146,18 @@ public class WxMaMessage implements Serializable {
|
|||||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||||
private String query;
|
private String query;
|
||||||
|
|
||||||
|
@SerializedName("AppID")
|
||||||
|
@XStreamAlias("AppID")
|
||||||
|
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||||
|
private String appID;
|
||||||
|
public String getAppID() {
|
||||||
|
return appID;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setAppID(String appID) {
|
||||||
|
this.appID = appID;
|
||||||
|
}
|
||||||
|
|
||||||
@SerializedName("RevokeInfo")
|
@SerializedName("RevokeInfo")
|
||||||
@XStreamAlias("RevokeInfo")
|
@XStreamAlias("RevokeInfo")
|
||||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||||
|
Loading…
Reference in New Issue
Block a user