|
...
|
...
|
@@ -113,6 +113,8 @@ class NewsController extends BaseController |
|
|
|
'seo_description.required' => 'seo_description不能为空',
|
|
|
|
'seo_keywords.required' => 'seo_description不能为空',
|
|
|
|
]);
|
|
|
|
var_dump(11111);
|
|
|
|
die();
|
|
|
|
$newsLogic->edit_seo();
|
|
|
|
$this->response('success');
|
|
|
|
}
|
...
|
...
|
|