新增地址
This commit is contained in:
@@ -175,6 +175,17 @@ class PatientOrderController extends AbstractController
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取药品订单物流数据
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getPatientProductOrderLogistics(): ResponseInterface
|
||||
{
|
||||
$PatientOrderService = new PatientOrderService();
|
||||
$data = $PatientOrderService->getPatientProductOrderLogistics();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取处方订单列表
|
||||
* @return ResponseInterface
|
||||
|
||||
Reference in New Issue
Block a user