作者 liyuhang

gx

@@ -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 /**