We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a1456 commit b06cc90Copy full SHA for b06cc90
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/live/WxMaLiveResult.java
@@ -101,6 +101,7 @@ public static class RoomInfo implements Serializable {
101
private String anchorWechat;
102
@SerializedName("anchor_img")
103
private String anchorImg;
104
+ @SerializedName("live_type")
105
private Integer type;
106
@SerializedName("screen_type")
107
private Integer screenType;
0 commit comments