response->json(["暂停使用"]); $PatientCaseService = new PatientCaseService(); $data = $PatientCaseService->getLastCase(); return $this->response->json($data); } }