新增药品订单退款

This commit is contained in:
2023-04-11 18:02:31 +08:00
parent 3e577c8cac
commit 532c9f909f
5 changed files with 168 additions and 8 deletions
+1 -2
View File
@@ -894,7 +894,7 @@ class InquiryService extends BaseService
* @param string $order_inquiry_id
* @param string $refund_reason 退款原因
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface|GuzzleException
* @throws NotFoundExceptionInterface
*/
public function inquiryRefund(string $order_inquiry_id, string $refund_reason)
{
@@ -944,7 +944,6 @@ class InquiryService extends BaseService
];
$result = $WechatPay->refund($options);
dump($result);
// 处理订单退款状态
// 问诊订单退款状态(0:无退款 1:申请退款 2:退款中 3:退款成功 4:拒绝退款 5:退款关闭)