platformContentRepository = $platformContentRepository; } //平台内容列表 public function index(Request $request) { $platformContent = $this->platformContentRepository->index($request->all()); return $this->jsonSuccess($platformContent); } }