mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 04:37:46 +08:00
🎨 【小程序】WxMaMessage增加小程序撤销授权AppID事件部分字段
This commit is contained in:
parent
6fb083aeea
commit
be40eb7c14
@ -145,7 +145,19 @@ public class WxMaMessage implements Serializable {
|
||||
@XStreamAlias("Query")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
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")
|
||||
@XStreamAlias("RevokeInfo")
|
||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||
|
Loading…
Reference in New Issue
Block a user