药品订单取消、创建药品订单
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user