mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 #3275【视频号】获取店铺基本信息接口返回数据 新增 店铺状态和 店铺原始ID字段
This commit is contained in:
parent
e00af928c3
commit
119f2a54d1
@ -25,4 +25,12 @@ public class ShopInfo implements Serializable {
|
|||||||
/** 店铺类型,目前为"企业"或"个体工商户" */
|
/** 店铺类型,目前为"企业"或"个体工商户" */
|
||||||
@JsonProperty("subject_type")
|
@JsonProperty("subject_type")
|
||||||
private String subjectType;
|
private String subjectType;
|
||||||
|
|
||||||
|
/** 店铺状态,目前为 opening 或 open_finished 或 closing 或 close_finished */
|
||||||
|
@JsonProperty("status")
|
||||||
|
private String status;
|
||||||
|
|
||||||
|
/** 店铺原始ID */
|
||||||
|
@JsonProperty("username")
|
||||||
|
private String username;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user