新增获取合作公司检测项目接口
This commit is contained in:
@@ -276,6 +276,9 @@ Router::addGroup('/patient', function () {
|
||||
|
||||
// 获取合作公司检测项目列表
|
||||
Router::get('/project', [DetectionController::class, 'getDetectionProjectList']);
|
||||
|
||||
// 获取合作公司检测项目列表
|
||||
Router::get('/project/{detection_project_id:\d+}', [DetectionController::class, 'getDetectionProject']);
|
||||
});
|
||||
|
||||
// 医生数据
|
||||
|
||||
Reference in New Issue
Block a user