Skip to content

Commit

Permalink
🐛 #2284 【小程序】修复直播接口的type字段
Browse files Browse the repository at this point in the history
  • Loading branch information
vensam18 committed Sep 5, 2021
1 parent 59a1456 commit b06cc90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public static class RoomInfo implements Serializable {
private String anchorWechat;
@SerializedName("anchor_img")
private String anchorImg;
@SerializedName("live_type")
private Integer type;
@SerializedName("screen_type")
private Integer screenType;
Expand Down

0 comments on commit b06cc90

Please sign in to comment.