作者 lyh

gx

@@ -328,15 +328,4 @@ class NewsController extends BaseController @@ -328,15 +328,4 @@ class NewsController extends BaseController
328 $lists = $news->list($this->map); 328 $lists = $news->list($this->map);
329 $this->response('success',Code::SUCCESS,$lists); 329 $this->response('success',Code::SUCCESS,$lists);
330 } 330 }
331 -  
332 - /**  
333 - * @remark :复制新闻  
334 - * @name :copyNews  
335 - * @author :lyh  
336 - * @method :post  
337 - * @time :2024/4/28 11:53  
338 - */  
339 - public function copyNews(NewsModel $news){  
340 -  
341 - }  
342 } 331 }