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