|
@@ -110,7 +110,7 @@ class UserExtractController
|
|
|
}
|
|
}
|
|
|
//可提现佣金
|
|
//可提现佣金
|
|
|
$commissionCount = $data['brokerage_price'] - $data['broken_commission'];
|
|
$commissionCount = $data['brokerage_price'] - $data['broken_commission'];
|
|
|
- if ($extractInfo['money'] > $commissionCount) return app('json')->fail('可提现佣金不足');
|
|
|
|
|
|
|
+// if ($extractInfo['money'] > $commissionCount) return app('json')->fail('可提现健康币不足');
|
|
|
if (!$extractInfo['cardnum'] == '')
|
|
if (!$extractInfo['cardnum'] == '')
|
|
|
if (!preg_match('/^([1-9]{1})(\d{14}|\d{18}|\d{15})$/', $extractInfo['cardnum']))
|
|
if (!preg_match('/^([1-9]{1})(\d{14}|\d{18}|\d{15})$/', $extractInfo['cardnum']))
|
|
|
return app('json')->fail('银行卡号输入有误');
|
|
return app('json')->fail('银行卡号输入有误');
|