药品订单取消、创建药品订单

This commit is contained in:
2024-04-18 17:19:40 +08:00
parent 95cf4e47d5
commit 98cc84a75d
3 changed files with 235 additions and 99 deletions
+3 -1
View File
@@ -108,6 +108,8 @@ class PatientOrderController extends AbstractController
/**
* 药品订单取消支付
* @return ResponseInterface
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function putPatientProductOrderCancelPay(): ResponseInterface
{
@@ -147,7 +149,7 @@ class PatientOrderController extends AbstractController
* 模拟支付成功-金额为0时使用
* @return ResponseInterface
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface|GuzzleException
* @throws NotFoundExceptionInterface
*/
public function addPatientOrderPay(): ResponseInterface
{