We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00af92 commit 119f2a5Copy full SHA for 119f2a5
weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/shop/ShopInfo.java
@@ -25,4 +25,12 @@ public class ShopInfo implements Serializable {
25
/** 店铺类型,目前为"企业"或"个体工商户" */
26
@JsonProperty("subject_type")
27
private String subjectType;
28
+
29
+ /** 店铺状态,目前为 opening 或 open_finished 或 closing 或 close_finished */
30
+ @JsonProperty("status")
31
+ private String status;
32
33
+ /** 店铺原始ID */
34
+ @JsonProperty("username")
35
+ private String username;
36
}
0 commit comments