From d99c4180d12c62c7287efa291b6ced4a2bffade7 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Fri, 16 Jun 2023 22:51:56 +0800 Subject: [PATCH] yh --- app/Service/PaymentService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index 04f82b3..b7c3868 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -213,6 +213,7 @@ class PaymentService extends AbstractService throw new BusinessException('绑卡申请不存在'); } + $reqData['memberId'] = $bankCard->member_id; $result = Api::bindCardConfirm($reqData); if (!$result->isSuccess()) { throw new BusinessException($result->getMessage());