Skip to content

Commit b06cc90

Browse files
authored
🐛 #2284 【小程序】修复直播接口的type字段
1 parent 59a1456 commit b06cc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/live/WxMaLiveResult.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public static class RoomInfo implements Serializable {
101101
private String anchorWechat;
102102
@SerializedName("anchor_img")
103103
private String anchorImg;
104+
@SerializedName("live_type")
104105
private Integer type;
105106
@SerializedName("screen_type")
106107
private Integer screenType;

0 commit comments

Comments
 (0)