efps-version
elf 1 year ago
parent 162f160dab
commit d99c4180d1

@ -213,6 +213,7 @@ class PaymentService extends AbstractService
throw new BusinessException('绑卡申请不存在'); throw new BusinessException('绑卡申请不存在');
} }
$reqData['memberId'] = $bankCard->member_id;
$result = Api::bindCardConfirm($reqData); $result = Api::bindCardConfirm($reqData);
if (!$result->isSuccess()) { if (!$result->isSuccess()) {
throw new BusinessException($result->getMessage()); throw new BusinessException($result->getMessage());

Loading…
Cancel
Save