新增 获取医生消息页通知数据-医生 接口

This commit is contained in:
2023-04-08 11:16:21 +08:00
parent 4c6901b5d6
commit ffbe54777d
3 changed files with 46 additions and 0 deletions
+3
View File
@@ -192,6 +192,9 @@ Router::addGroup('/doctor', function () {
// 消息通知
Router::addGroup('/message', function () {
// 获取医生消息页通知数据
Router::get('/notice', [MessageNoticeController::class, 'getDoctorMessageNotice']);
// 获取医生服务消息列表-分页
Router::get('/service', [MessageNoticeController::class, 'getDoctorMessageService']);