新增获取合作公司检测项目接口

This commit is contained in:
2023-07-26 16:00:05 +08:00
parent d7adc01b84
commit 822756c39c
3 changed files with 50 additions and 6 deletions
+3
View File
@@ -276,6 +276,9 @@ Router::addGroup('/patient', function () {
// 获取合作公司检测项目列表
Router::get('/project', [DetectionController::class, 'getDetectionProjectList']);
// 获取合作公司检测项目列表
Router::get('/project/{detection_project_id:\d+}', [DetectionController::class, 'getDetectionProject']);
});
// 医生数据