Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
增加share_img解析字段
  • Loading branch information
gguan authored May 22, 2020
commit 452b34ee8db3e97ab66ee47d9010a3db61902656
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public static class RoomInfo implements Serializable {
private Integer roomid;
@SerializedName("cover_img")
private String coverImg;
@SerializedName("share_img")
private String shareImg;
@SerializedName("live_status")
private Integer liveStatus;
@SerializedName("start_time")
Expand Down