This commit is contained in:
2023-07-28 18:22:15 +08:00
parent ff5d622110
commit 22620a3eb9
3 changed files with 77 additions and 911 deletions
+3
View File
@@ -274,6 +274,9 @@ Router::addGroup('/patient', function () {
// 获取检测机构合作医生列表
Router::get('/doctor', [DetectionController::class, 'getDetectionDoctorList']);
// 获取患者进行中的订单
Router::get('/progress-order', [DetectionController::class, 'getDetectionDoctorList']);
// 检测项目
Router::addGroup('/project', function () {
// 获取合作公司检测项目列表