新增接诊时间
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ Router::addGroup('/doctor', function () {
|
||||
// 获取医生系统公告列表-分页
|
||||
Router::get('/system', [MessageNoticeController::class, 'getDoctorMessageSystem']);
|
||||
|
||||
// 获取医生系统公告列表-分页
|
||||
// 获取医生系统公告详情
|
||||
Router::get('/system/{notice_id:\d+}', [MessageNoticeController::class, 'getDoctorMessageSystemInfo']);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user