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 ba5dc22 commit df04e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static class RoomInfo implements Serializable {
@SerializedName("cover_img")
private String coverImg;
@SerializedName("live_satus")
private Integer liveSatus;
private Integer liveStatus;
@SerializedName("start_time")
private Long startTime;
@SerializedName("end_time")
Expand Down

0 comments on commit df04e65

Please sign in to comment.