Skip to content

Commit 2b89a1d

Browse files
authored
🐛 #2066 【小程序】创建直播间信息请求中增加缺失的必填字段anchorImg
1 parent 2f9d843 commit 2b89a1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/live/WxMaLiveRoomInfo.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,18 @@ public class WxMaLiveRoomInfo implements Serializable {
5353
private String shareImg;
5454
/**
5555
* 购物直播频道封面图,填入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>
5659
**/
5760
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;
5868
/**
5969
* 是否开启官方收录 【1: 开启,0:关闭】,默认开启收录
6070
**/

0 commit comments

Comments
 (0)