mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 07:23:01 +08:00
🎨 add some missing filed
please see https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/studio-api.html#3
This commit is contained in:
parent
7470834896
commit
fefe039e95
@ -105,10 +105,16 @@ public class WxMaLiveResult implements Serializable {
|
|||||||
private Integer screenType;
|
private Integer screenType;
|
||||||
@SerializedName("close_like")
|
@SerializedName("close_like")
|
||||||
private Integer closeLike;
|
private Integer closeLike;
|
||||||
@SerializedName("closeGoods")
|
@SerializedName("close_goods")
|
||||||
private Integer closeGoods;
|
private Integer closeGoods;
|
||||||
@SerializedName("close_comment")
|
@SerializedName("close_comment")
|
||||||
private Integer closeComment;
|
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")
|
@SerializedName("creater_openid")
|
||||||
private String createrOpenid;
|
private String createrOpenid;
|
||||||
@SerializedName("feeds_img")
|
@SerializedName("feeds_img")
|
||||||
|
Loading…
Reference in New Issue
Block a user