mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-15 18:55:13 +08:00
🐛 #1512 修复小程序直播官方文档live_satus字段拼错问题,调整为live_status
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user