Skip to content

Commit

Permalink
🐛 #2066 【小程序】创建直播间信息请求中增加缺失的必填字段anchorImg
Browse files Browse the repository at this point in the history
  • Loading branch information
Camio1945 authored Apr 6, 2021
1 parent 2f9d843 commit 2b89a1d
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,18 @@ public class WxMaLiveRoomInfo implements Serializable {
private String shareImg;
/**
* 购物直播频道封面图,填入mediaID(mediaID获取后,三天内有效);图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html; 购物直播频道封面图,图片规则:建议像素800*800,大小不超过100KB;
* <p>
* 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#6">编辑直播间</a>,不用于创建直播间
* </p>
**/
private String feedsImg;
/**
* 直播间分享图,填入mediaID(mediaID获取后,三天内有效);图片规则:建议像素1080*1920,大小不超过2M;图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
* <p>
* 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#1">创建直播间</a>,不用于编辑直播间
* </p>
**/
private String anchorImg;
/**
* 是否开启官方收录 【1: 开启,0:关闭】,默认开启收录
**/
Expand Down

0 comments on commit 2b89a1d

Please sign in to comment.