作者 lyh

gx

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