|  | @@ -18,7 +18,7 @@ class News extends Api
 | 
	
		
			
				|  |  |              $this->error();
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          $find = Db::name('news')->where('key',$key)->find();
 | 
	
		
			
				|  |  | -        $find = info_domain_image($find,['video_file']);
 | 
	
		
			
				|  |  | +        $find = info_domain_image($find,['video_file','images']);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          $this->success('success',$find);
 | 
	
		
			
				|  |  |      }
 |