作者 lyh

gx

@@ -91,8 +91,6 @@ class NewsController extends BaseController @@ -91,8 +91,6 @@ class NewsController extends BaseController
91 $newsLogic->news_edit(); 91 $newsLogic->news_edit();
92 //TODO::通知网站更新 92 //TODO::通知网站更新
93 $res = $this->projectUrlNotify($this->model); 93 $res = $this->projectUrlNotify($this->model);
94 - var_dump($res);  
95 - die();  
96 $this->response('success'); 94 $this->response('success');
97 } 95 }
98 96