新增 获取医生消息页通知数据-医生 接口
This commit is contained in:
@@ -25,6 +25,17 @@ class MessageNoticeController extends AbstractController
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生消息页通知数据
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorMessageNotice(): ResponseInterface
|
||||
{
|
||||
$MessageNoticeService = new MessageNoticeService();
|
||||
$data = $MessageNoticeService->getDoctorMessageNotice();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生系统公告列表-分页
|
||||
* @return ResponseInterface
|
||||
|
||||
Reference in New Issue
Block a user