|  | @@ -8,8 +8,6 @@ import java.util.List;
 | 
	
		
			
				|  |  |  @Data
 | 
	
		
			
				|  |  |  public class GetVideoPageUrlParam {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @ApiModelProperty(value = "合作类型:0-公众号 1-企微")
 | 
	
		
			
				|  |  | -    private Integer type;
 | 
	
		
			
				|  |  |      @ApiModelProperty(value = "待嵌入视频列表")
 | 
	
		
			
				|  |  |      private List<PlanItem> planList;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -19,8 +17,6 @@ public class GetVideoPageUrlParam {
 | 
	
		
			
				|  |  |          private Integer type;
 | 
	
		
			
				|  |  |          @ApiModelProperty(value = "公众号ghId")
 | 
	
		
			
				|  |  |          private String ghId;
 | 
	
		
			
				|  |  | -        @ApiModelProperty(value = "公众号类型")
 | 
	
		
			
				|  |  | -        private Integer accountType;
 | 
	
		
			
				|  |  |          @ApiModelProperty(value = "videoIds")
 | 
	
		
			
				|  |  |          private List<Long> videoIds;
 | 
	
		
			
				|  |  |      }
 |