1
0
mirror of synced 2025-12-18 05:47:58 +08:00

🎨 简化代码

This commit is contained in:
Binary Wang
2022-01-06 16:15:30 +08:00
parent be40eb7c14
commit 4c781ee7ee

View File

@@ -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")