正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -76,7 +76,7 @@ class NewsCategoryController extends BaseController | @@ -76,7 +76,7 @@ class NewsCategoryController extends BaseController | ||
| 76 | $this->response('error',Code::USER_ERROR); | 76 | $this->response('error',Code::USER_ERROR); |
| 77 | } | 77 | } |
| 78 | //TODO::写入日志 | 78 | //TODO::写入日志 |
| 79 | - $this->response('success',Code::SUCCESS); | 79 | + $this->response('success'); |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | /** | 82 | /** |
-
请 注册 或 登录 后发表评论