🎨 #2007 【小程序】获取直播间列表接口返回增加两个缺少的字段

This commit is contained in:
Jason_liu 2021-02-26 09:34:14 +08:00 committed by GitHub
parent 2869a086c0
commit 3f9bba4c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,10 @@ public class WxMaLiveResult implements Serializable {
private Integer closeGoods;
@SerializedName("close_comment")
private Integer closeComment;
@SerializedName("creater_openid")
private String createrOpenid;
@SerializedName("feeds_img")
private String feedsImg;
private List<Goods> goods;
}