添加小程序订阅消息接口

This commit is contained in:
xuwenbo
2020-08-13 18:52:47 +08:00
parent fff067b1a6
commit 62481b9f31
7 changed files with 244 additions and 14 deletions

View File

@ -57,8 +57,9 @@ public class YxWechatLive implements Serializable {
/** 主播头像 */
private String anchorImge;
/**
* 101直播中102未开始103已结束104禁播105暂停106异常107已过期
*/
/** 直播间状态 */
private Integer liveStatus;