🐛 #2066 【小程序】创建直播间信息请求中增加缺失的必填字段anchorImg

This commit is contained in:
erhu1999 2021-04-06 09:59:05 +08:00 committed by GitHub
parent 2f9d843d79
commit 2b89a1dd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,8 +53,18 @@ public class WxMaLiveRoomInfo implements Serializable {
private String shareImg;
/**
* 购物直播频道封面图填入mediaIDmediaID获取后三天内有效图片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;
/**
* 直播间分享图填入mediaIDmediaID获取后三天内有效图片规则建议像素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关闭默认开启收录
**/