This commit is contained in:
2023-03-27 09:08:34 +08:00
parent fa44ffae3f
commit afc04c4026
4 changed files with 35 additions and 23 deletions
+3
View File
@@ -194,6 +194,9 @@ Router::addGroup('/doctor', function () {
// 获取医生系统公告列表-分页
Router::get('/system', [MessageNoticeController::class, 'getDoctorMessageSystem']);
// 获取医生系统公告列表-分页
Router::get('/system/{notice_id:\d+}', [MessageNoticeController::class, 'getDoctorMessageSystemInfo']);
});
});