mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-20 18:47:38 +08:00
🎨 #1575 小程序获取直播房间列表接口增加share_img字段
This commit is contained in:
@@ -44,6 +44,8 @@ public class WxMaGetLiveInfo 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")
|
||||
|
Reference in New Issue
Block a user