🐛 #1512 修复小程序直播官方文档live_satus字段拼错问题,调整为live_status

This commit is contained in:
yjwang 2020-04-17 12:42:46 +08:00 committed by GitHub
parent f101374a6e
commit 2112db791d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@ public class WxMaGetLiveInfo 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")