Skip to content

Commit

Permalink
binarywang#1512 修复官方文档live_satus字段拼错问题,调整为live_status
Browse files Browse the repository at this point in the history
  • Loading branch information
yjwang committed Apr 17, 2020
1 parent df04e65 commit ea58705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static class RoomInfo implements Serializable {
private Integer roomid;
@SerializedName("cover_img")
private String coverImg;
@SerializedName("live_satus")
@SerializedName("live_status")
private Integer liveStatus;
@SerializedName("start_time")
private Long startTime;
Expand Down

0 comments on commit ea58705

Please sign in to comment.