新增阿里云oss上传文件
This commit is contained in:
@@ -276,4 +276,15 @@ class UserDoctorController extends AbstractController
|
||||
$data = $UserDoctorService->addPrescription();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生名片
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorInfoCard(): ResponseInterface
|
||||
{
|
||||
$UserDoctorService = new UserDoctorService();
|
||||
$data = $UserDoctorService->getDoctorInfoCard();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user