新增 获取检测机构合作医生列表 接口

This commit is contained in:
2023-07-27 14:07:45 +08:00
parent d9552cfb2a
commit 4b68edfc28
5 changed files with 166 additions and 1 deletions
+3
View File
@@ -13,6 +13,9 @@ class DetectionRequest extends FormRequest
'getDetectionProjectList' => [ // 获取合作公司检测项目列表
'company_id',
],
'getDetectionDoctorList' => [ // 获取检测机构合作医生列表
'company_id',
],
];
/**