🎨 add some missing filed

please see https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/studio-api.html#3
This commit is contained in:
Jason_liu 2021-03-19 11:57:41 +08:00 committed by GitHub
parent 7470834896
commit fefe039e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,10 +105,16 @@ public class WxMaLiveResult implements Serializable {
private Integer screenType;
@SerializedName("close_like")
private Integer closeLike;
@SerializedName("closeGoods")
@SerializedName("close_goods")
private Integer closeGoods;
@SerializedName("close_comment")
private Integer closeComment;
@SerializedName("close_kf")
private Integer closeKf;
@SerializedName("close_replay")
private Integer closeReplay;
@SerializedName("is_feeds_public")
private Integer isFeedsPublic;
@SerializedName("creater_openid")
private String createrOpenid;
@SerializedName("feeds_img")