|  | @@ -1,6 +1,7 @@
 | 
	
		
			
				|  |  |  package com.tzld.longarticle.recommend.server.web.recommend;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.common.response.CommonResponse;
 | 
	
		
			
				|  |  | +import com.tzld.longarticle.recommend.server.model.entity.longArticle.LongArticleTitleAudit;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.model.param.videoAudit.*;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.model.vo.ArticleVideoAuditListVO;
 | 
	
		
			
				|  |  |  import com.tzld.longarticle.recommend.server.service.recommend.ArticleVideoAuditService;
 | 
	
	
		
			
				|  | @@ -86,4 +87,9 @@ public class ArticleVideoAuditController {
 | 
	
		
			
				|  |  |          return CommonResponse.success();
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    @GetMapping("/getAllAuditPassArticle")
 | 
	
		
			
				|  |  | +    public CommonResponse<List<LongArticleTitleAudit>> getAllAuditPassArticle(Long timestamp) {
 | 
	
		
			
				|  |  | +        return CommonResponse.success(service.getAllAuditPassArticle(timestamp));
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  }
 |