|
|
@@ -72,6 +72,7 @@ class IndexController extends webApp
|
|
|
}else{
|
|
|
$data['notices'] = NoticeService::make()->getRecommandList();
|
|
|
}
|
|
|
+
|
|
|
return showJson(1010, true, $data);
|
|
|
} catch (\Exception $exception) {
|
|
|
$error = ['data' => $exception->getTrace(), 'err' => $exception->getMessage()];
|