1
This commit is contained in:
@@ -32,4 +32,15 @@ class MessageNoticeController extends AbstractController
|
||||
$data = $MessageNoticeService->getDoctorMessageSystem();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生系统公告详情
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorMessageSystemInfo(): ResponseInterface
|
||||
{
|
||||
$MessageNoticeService = new MessageNoticeService();
|
||||
$data = $MessageNoticeService->getDoctorMessageSystemInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user