src/main/java/cc/mrbird/febs/video/vo/VideoInfoVo.java
@@ -32,6 +32,9 @@ @ApiModelProperty(value = "当前播放视频时长") private String timeLength; @ApiModelProperty(value = "是否免费 1/免费 2/会员") private Integer isFree; @ApiModelProperty(value = "当前播放itemid") private Long itemId;