All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.binarywang.wx.miniapp.bean.live.WxMaCreateRoomResult Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package cn.binarywang.wx.miniapp.bean.live;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

import java.io.Serializable;

/**
 * 创建直播间接口返回.
 *
 * @author Binary Wang
 * created on  2020-11-29
 */
@Data
public class WxMaCreateRoomResult implements Serializable {
  private static final long serialVersionUID = -335928442728127170L;

  /**
   * "小程序直播" 小程序码
   * 当主播微信号没有在 “小程序直播“ 小程序实名认证 返回该字段
   */
  @SerializedName("qrcode_url")
  private String qrcodeUrl;

  /**
   * 房间ID
   */
  @SerializedName("roomId")
  private Integer roomId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy