mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +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;
|
||||
@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")
|
||||
|
Loading…
Reference in New Issue
Block a user