新增药品订单支付回调

This commit is contained in:
2023-03-14 15:52:22 +08:00
parent 54214fb5e9
commit 2a4b4f41fa
10 changed files with 357 additions and 65 deletions
+2 -2
View File
@@ -634,7 +634,7 @@ class InquiryService extends BaseService
}
/**
* 订单退款接口
* 问诊订单退款接口
* 务必外层接收异常,回滚事务
* @param string $order_inquiry_id
* @param string $refund_reason 退款原因
@@ -670,7 +670,7 @@ class InquiryService extends BaseService
}
// 发起退款
$WechatPay = new WechatPay(1);
$WechatPay = new WechatPay(1,1);
$generator = $this->container->get(IdGeneratorInterface::class);