mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 17:48:50 +08:00
🐛 #2284 【小程序】修复直播接口的type字段
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user