Skip to content

Commit 749f326

Browse files
authored
🎨 WxCpAgent 增加 字段customizedPublishStatus
1 parent 90d8098 commit 749f326

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/WxCpAgent.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ public class WxCpAgent implements Serializable {
7070
@SerializedName("home_url")
7171
private String homeUrl;
7272

73+
@SerializedName("customized_publish_status")
74+
private Integer customizedPublishStatus;
75+
7376
/**
7477
* From json wx cp agent.
7578
*

0 commit comments

Comments
 (0)