🎨 简化代码
This commit is contained in:
@@ -150,13 +150,6 @@ public class WxMaMessage implements Serializable {
|
||||
@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")
|
||||
|
||||
Reference in New Issue
Block a user