mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
🎨 #2007 【小程序】获取直播间列表接口返回增加两个缺少的字段
This commit is contained in:
parent
2869a086c0
commit
3f9bba4c63
@ -109,6 +109,10 @@ public class WxMaLiveResult implements Serializable {
|
|||||||
private Integer closeGoods;
|
private Integer closeGoods;
|
||||||
@SerializedName("close_comment")
|
@SerializedName("close_comment")
|
||||||
private Integer closeComment;
|
private Integer closeComment;
|
||||||
|
@SerializedName("creater_openid")
|
||||||
|
private String createrOpenid;
|
||||||
|
@SerializedName("feeds_img")
|
||||||
|
private String feedsImg;
|
||||||
private List<Goods> goods;
|
private List<Goods> goods;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user