1
This commit is contained in:
@@ -43,4 +43,15 @@ class MessageNoticeController extends AbstractController
|
||||
$data = $MessageNoticeService->getDoctorMessageSystemInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 消息已读
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function putMessageReadId(): ResponseInterface
|
||||
{
|
||||
$MessageNoticeService = new MessageNoticeService();
|
||||
$data = $MessageNoticeService->putMessageReadId();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user