1
This commit is contained in:
@@ -71,4 +71,15 @@ class UserPharmacistController extends AbstractController
|
||||
$data = $UserPharmacistService->putPrescriptionVerify();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 药师基本资料
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getPharmacistInfo(): ResponseInterface
|
||||
{
|
||||
$UserPharmacistService = new UserPharmacistService();
|
||||
$data = $UserPharmacistService->getPharmacistInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user