新增获取医生证书信息、调整获取专场路由
This commit is contained in:
@@ -212,4 +212,15 @@ class UserDoctorController extends AbstractController
|
||||
$data = $UserDoctorService->getDoctorCenterInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生证书信息
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorCret(): ResponseInterface
|
||||
{
|
||||
$UserDoctorService = new UserDoctorService();
|
||||
$data = $UserDoctorService->getDoctorCret();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user