mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🐛 修复字段错误问题
This commit is contained in:
parent
c80e77c047
commit
b351ef761c
@ -86,7 +86,7 @@ public class WxMaLiveRoomInfo implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 是否关闭分享 【0:开启,1:关闭】默认开启分享(直播开始后不允许修改)
|
* 是否关闭分享 【0:开启,1:关闭】默认开启分享(直播开始后不允许修改)
|
||||||
**/
|
**/
|
||||||
private Integer loseShare;
|
private Integer closeShare;
|
||||||
/**
|
/**
|
||||||
* closeKf Number 否 是否关闭客服 【0:开启,1:关闭】 默认关闭客服
|
* closeKf Number 否 是否关闭客服 【0:开启,1:关闭】 默认关闭客服
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user