新增获取合作公司检测项目列表接口
This commit is contained in:
@@ -13,6 +13,7 @@ declare(strict_types=1);
|
||||
use App\Controller\AreaController;
|
||||
use App\Controller\BasicDataController;
|
||||
use App\Controller\CallBackController;
|
||||
use App\Controller\DetectionController;
|
||||
use App\Controller\DoctorAccountController;
|
||||
use App\Controller\DoctorAuthController;
|
||||
use App\Controller\IndexController;
|
||||
@@ -272,6 +273,9 @@ Router::addGroup('/patient', function () {
|
||||
|
||||
// 获取检测机构合作医生列表
|
||||
Router::get('/doctor', [InquiryController::class, 'getDetectionDoctor']);
|
||||
|
||||
// 获取合作公司检测项目列表
|
||||
Router::get('/project', [DetectionController::class, 'getDetectionProjectList']);
|
||||
});
|
||||
|
||||
// 医生数据
|
||||
|
||||
Reference in New Issue
Block a user