新增获取医生信息接口
This commit is contained in:
@@ -201,4 +201,15 @@ class UserDoctorController extends AbstractController
|
||||
$data = $UserDoctorService->getDoctorEvaluationList();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生信息
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorCenterInfo(): ResponseInterface
|
||||
{
|
||||
$UserDoctorService = new UserDoctorService();
|
||||
$data = $UserDoctorService->getDoctorCenterInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user