项目列表
This commit is contained in:
@@ -33,4 +33,19 @@ class HomeController extends BaseController
|
||||
'轮播图列表'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* 项目列表
|
||||
* @Method GET
|
||||
* @return JsonResponse
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function projectList(): JsonResponse
|
||||
{
|
||||
return jok(
|
||||
$this->service->projectList(),
|
||||
'项目列表'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user