新增接诊时间

This commit is contained in:
2023-03-27 09:28:30 +08:00
parent afc04c4026
commit 806a9e02c5
3 changed files with 60 additions and 5 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ Router::addGroup('/doctor', function () {
// 获取医生系统公告列表-分页
Router::get('/system', [MessageNoticeController::class, 'getDoctorMessageSystem']);
// 获取医生系统公告列表-分页
// 获取医生系统公告详情
Router::get('/system/{notice_id:\d+}', [MessageNoticeController::class, 'getDoctorMessageSystemInfo']);
});
});