mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +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;
|
||||
@SerializedName("cover_img")
|
||||
private String coverImg;
|
||||
@SerializedName("share_img")
|
||||
private String shareImg;
|
||||
@SerializedName("live_status")
|
||||
private Integer liveStatus;
|
||||
@SerializedName("start_time")
|
||||
|
Loading…
Reference in New Issue
Block a user