🐛 #2284 【小程序】修复直播接口的type字段

This commit is contained in:
dinghe1018
2021-09-05 16:06:30 +08:00
committed by GitHub
parent 59a1456799
commit b06cc90f94

View File

@ -101,6 +101,7 @@ public class WxMaLiveResult implements Serializable {
private String anchorWechat; private String anchorWechat;
@SerializedName("anchor_img") @SerializedName("anchor_img")
private String anchorImg; private String anchorImg;
@SerializedName("live_type")
private Integer type; private Integer type;
@SerializedName("screen_type") @SerializedName("screen_type")
private Integer screenType; private Integer screenType;