1
0
mirror of synced 2025-12-16 03:57:56 +08:00

🐛 #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

View File

@@ -44,8 +44,8 @@ public class WxMaGetLiveInfo implements Serializable {
private Integer roomid; private Integer roomid;
@SerializedName("cover_img") @SerializedName("cover_img")
private String coverImg; private String coverImg;
@SerializedName("live_satus") @SerializedName("live_status")
private Integer liveSatus; private Integer liveStatus;
@SerializedName("start_time") @SerializedName("start_time")
private Long startTime; private Long startTime;
@SerializedName("end_time") @SerializedName("end_time")