正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -57,7 +57,7 @@ class NewsCategoryController extends BaseController | @@ -57,7 +57,7 @@ class NewsCategoryController extends BaseController | ||
| 57 | $request->validated(); | 57 | $request->validated(); |
| 58 | //添加时,验证分类上级分类是否有,有则更新到当前分类中,没有时直接添加 | 58 | //添加时,验证分类上级分类是否有,有则更新到当前分类中,没有时直接添加 |
| 59 | $newsCategoryLogic->add_news_category(); | 59 | $newsCategoryLogic->add_news_category(); |
| 60 | - $this->response('success',Code::SUCCESS,[]); | 60 | + $this->response('success'); |
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | /** | 63 | /** |
-
请 注册 或 登录 后发表评论