Skip to content

Commit fefe039

Browse files
authored
1 parent 7470834 commit fefe039

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/live/WxMaLiveResult.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,16 @@ public static class RoomInfo implements Serializable {
105105
private Integer screenType;
106106
@SerializedName("close_like")
107107
private Integer closeLike;
108-
@SerializedName("closeGoods")
108+
@SerializedName("close_goods")
109109
private Integer closeGoods;
110110
@SerializedName("close_comment")
111111
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;
112118
@SerializedName("creater_openid")
113119
private String createrOpenid;
114120
@SerializedName("feeds_img")

0 commit comments

Comments
 (0)