Skip to content

Commit

Permalink
🎨 #1575 小程序获取直播房间列表接口增加share_img字段
Browse files Browse the repository at this point in the history
  • Loading branch information
gguan authored May 22, 2020
1 parent 69ac4ec commit ae1b14f
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit ae1b14f

Please sign in to comment.