Skip to content

Commit

Permalink
🐛 #1512 修复小程序直播官方文档live_satus字段拼错问题,调整为live_status
Browse files Browse the repository at this point in the history
  • Loading branch information
yjwang3300300 authored Apr 17, 2020
1 parent f101374 commit 2112db7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public static class RoomInfo implements Serializable {
private Integer roomid;
@SerializedName("cover_img")
private String coverImg;
@SerializedName("live_satus")
private Integer liveSatus;
@SerializedName("live_status")
private Integer liveStatus;
@SerializedName("start_time")
private Long startTime;
@SerializedName("end_time")
Expand Down

0 comments on commit 2112db7

Please sign in to comment.