|
|
|
@ -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());
|
|
|
|
|