🎨 简化代码
This commit is contained in:
@@ -150,13 +150,6 @@ public class WxMaMessage implements Serializable {
|
|||||||
@XStreamAlias("AppID")
|
@XStreamAlias("AppID")
|
||||||
@XStreamConverter(value = XStreamCDataConverter.class)
|
@XStreamConverter(value = XStreamCDataConverter.class)
|
||||||
private String appID;
|
private String appID;
|
||||||
public String getAppID() {
|
|
||||||
return appID;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setAppID(String appID) {
|
|
||||||
this.appID = appID;
|
|
||||||
}
|
|
||||||
|
|
||||||
@SerializedName("RevokeInfo")
|
@SerializedName("RevokeInfo")
|
||||||
@XStreamAlias("RevokeInfo")
|
@XStreamAlias("RevokeInfo")
|
||||||
|
|||||||
Reference in New Issue
Block a user