作者 lyh

gx

... ... @@ -86,7 +86,6 @@ class BlogCategoryController extends BaseController
'id.required' => 'ID不能为空'
]);
$blogCategoryLogic->edit_blog_category();
//TODO::写入日志
$this->response('success');
}
... ...
... ... @@ -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');
}
/**
... ...