|
...
|
...
|
@@ -48,7 +48,7 @@ class NewsCategoryController extends BaseController |
|
|
|
'project_id'=>$this->user['project_id'],
|
|
|
|
'pid'=>0
|
|
|
|
];
|
|
|
|
$list = NewsCategoryLogic->categoryTopList();
|
|
|
|
$list = $newsCategoryLogic->categoryTopList();
|
|
|
|
$this->response('success',Code::SUCCESS,$list);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|