拆分医生详情接口,2
This commit is contained in:
parent
6342f28467
commit
6e999256f4
@ -326,9 +326,6 @@ Router::addGroup('/patient', function () {
|
|||||||
// 获取医生列表-问诊
|
// 获取医生列表-问诊
|
||||||
Router::get('/inquiry', [PatientDoctorController::class, 'getInquiryDoctorList']);
|
Router::get('/inquiry', [PatientDoctorController::class, 'getInquiryDoctorList']);
|
||||||
|
|
||||||
// 获取医生详情-问诊
|
|
||||||
Router::get('/{doctor_id:\d+}', [PatientDoctorController::class, 'getInquiryDoctorInfo']);
|
|
||||||
|
|
||||||
// 医生详情简介-详情中的简介-废弃
|
// 医生详情简介-详情中的简介-废弃
|
||||||
Router::get('/profile/{doctor_id:\d+}', [PatientDoctorController::class, 'getDoctorProfile']);
|
Router::get('/profile/{doctor_id:\d+}', [PatientDoctorController::class, 'getDoctorProfile']);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user