新增 获取患者检测订单详情 接口
This commit is contained in:
@@ -253,4 +253,14 @@ class PatientOrderController extends AbstractController
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取患者检测订单详情
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getPatientDetectionOrderInfo(): ResponseInterface
|
||||
{
|
||||
$PatientOrderService = new PatientOrderService();
|
||||
$data = $PatientOrderService->getPatientDetectionOrderInfo();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user