🎨 WxCpAgent 增加 字段customizedPublishStatus

This commit is contained in:
taoxhsmile 2022-12-17 14:38:26 +08:00 committed by GitHub
parent 90d8098d93
commit 749f326f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,9 @@ public class WxCpAgent implements Serializable {
@SerializedName("home_url")
private String homeUrl;
@SerializedName("customized_publish_status")
private Integer customizedPublishStatus;
/**
* From json wx cp agent.
*