正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -113,6 +113,8 @@ class NewsController extends BaseController | @@ -113,6 +113,8 @@ class NewsController extends BaseController | ||
| 113 | 'seo_description.required' => 'seo_description不能为空', | 113 | 'seo_description.required' => 'seo_description不能为空', |
| 114 | 'seo_keywords.required' => 'seo_description不能为空', | 114 | 'seo_keywords.required' => 'seo_description不能为空', |
| 115 | ]); | 115 | ]); |
| 116 | + var_dump(11111); | ||
| 117 | + die(); | ||
| 116 | $newsLogic->edit_seo(); | 118 | $newsLogic->edit_seo(); |
| 117 | $this->response('success'); | 119 | $this->response('success'); |
| 118 | } | 120 | } |
-
请 注册 或 登录 后发表评论