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 7470834 commit fefe039Copy full SHA for fefe039
1 file changed
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/live/WxMaLiveResult.java
@@ -105,10 +105,16 @@ public static class RoomInfo implements Serializable {
105
private Integer screenType;
106
@SerializedName("close_like")
107
private Integer closeLike;
108
- @SerializedName("closeGoods")
+ @SerializedName("close_goods")
109
private Integer closeGoods;
110
@SerializedName("close_comment")
111
private Integer closeComment;
112
+ @SerializedName("close_kf")
113
+ private Integer closeKf;
114
+ @SerializedName("close_replay")
115
+ private Integer closeReplay;
116
+ @SerializedName("is_feeds_public")
117
+ private Integer isFeedsPublic;
118
@SerializedName("creater_openid")
119
private String createrOpenid;
120
@SerializedName("feeds_img")
0 commit comments