1
0
mirror of synced 2025-12-17 04:43:15 +08:00

🎨 #1575 小程序获取直播房间列表接口增加share_img字段

This commit is contained in:
Guan Guan
2020-05-22 17:11:13 +08:00
committed by GitHub
parent 69ac4ec4a7
commit ae1b14f37e

View File

@@ -44,6 +44,8 @@ public class WxMaGetLiveInfo implements Serializable {
private Integer roomid; private Integer roomid;
@SerializedName("cover_img") @SerializedName("cover_img")
private String coverImg; private String coverImg;
@SerializedName("share_img")
private String shareImg;
@SerializedName("live_status") @SerializedName("live_status")
private Integer liveStatus; private Integer liveStatus;
@SerializedName("start_time") @SerializedName("start_time")