|
...
|
...
|
@@ -102,9 +102,7 @@ class NewsController extends BaseController |
|
|
|
'id.required' => 'ID不能为空',
|
|
|
|
]);
|
|
|
|
$newsLogic->news_edit();
|
|
|
|
//TODO::通知网站更新
|
|
|
|
$res = $this->projectUrlNotify($this->updateModelView);
|
|
|
|
$this->response('success',Code::SUCCESS,$res);
|
|
|
|
$this->response('success');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|