File tree 1 file changed +10
-0
lines changed
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/live 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,18 @@ public class WxMaLiveRoomInfo implements Serializable {
53
53
private String shareImg ;
54
54
/**
55
55
* 购物直播频道封面图,填入mediaID(mediaID获取后,三天内有效);图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html; 购物直播频道封面图,图片规则:建议像素800*800,大小不超过100KB;
56
+ * <p>
57
+ * 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#6">编辑直播间</a>,不用于创建直播间
58
+ * </p>
56
59
**/
57
60
private String feedsImg ;
61
+ /**
62
+ * 直播间分享图,填入mediaID(mediaID获取后,三天内有效);图片规则:建议像素1080*1920,大小不超过2M;图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
63
+ * <p>
64
+ * 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#1">创建直播间</a>,不用于编辑直播间
65
+ * </p>
66
+ **/
67
+ private String anchorImg ;
58
68
/**
59
69
* 是否开启官方收录 【1: 开启,0:关闭】,默认开启收录
60
70
**/
You can’t perform that action at this time.
0 commit comments