mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
🎨 #1575 小程序获取直播房间列表接口增加share_img字段
This commit is contained in:
parent
69ac4ec4a7
commit
ae1b14f37e
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user