正在显示
2 个修改的文件
包含
1 行增加
和
4 行删除
| @@ -86,7 +86,6 @@ class BlogCategoryController extends BaseController | @@ -86,7 +86,6 @@ class BlogCategoryController extends BaseController | ||
| 86 | 'id.required' => 'ID不能为空' | 86 | 'id.required' => 'ID不能为空' |
| 87 | ]); | 87 | ]); |
| 88 | $blogCategoryLogic->edit_blog_category(); | 88 | $blogCategoryLogic->edit_blog_category(); |
| 89 | - //TODO::写入日志 | ||
| 90 | $this->response('success'); | 89 | $this->response('success'); |
| 91 | } | 90 | } |
| 92 | 91 |
| @@ -102,9 +102,7 @@ class NewsController extends BaseController | @@ -102,9 +102,7 @@ class NewsController extends BaseController | ||
| 102 | 'id.required' => 'ID不能为空', | 102 | 'id.required' => 'ID不能为空', |
| 103 | ]); | 103 | ]); |
| 104 | $newsLogic->news_edit(); | 104 | $newsLogic->news_edit(); |
| 105 | - //TODO::通知网站更新 | ||
| 106 | - $res = $this->projectUrlNotify($this->updateModelView); | ||
| 107 | - $this->response('success',Code::SUCCESS,$res); | 105 | + $this->response('success'); |
| 108 | } | 106 | } |
| 109 | 107 | ||
| 110 | /** | 108 | /** |
-
请 注册 或 登录 后发表评论