|
...
|
...
|
@@ -90,7 +90,9 @@ class NewsController extends BaseController |
|
|
|
]);
|
|
|
|
$newsLogic->news_edit();
|
|
|
|
//TODO::通知网站更新
|
|
|
|
$this->projectUrlNotify($this->model);
|
|
|
|
$res = $this->projectUrlNotify($this->model);
|
|
|
|
var_dump($res);
|
|
|
|
die();
|
|
|
|
$this->response('success');
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|