|
|
@@ -62,12 +62,6 @@ class CashController extends BaseController
|
|
|
if ($cashAmount <= 0) {
|
|
|
util::fail('提现金额有问题');
|
|
|
}
|
|
|
- $miniCashAmount = dict::getDict('miniCashAmount');
|
|
|
- if ($cashAmount < $miniCashAmount) {
|
|
|
- if (getenv('YII_ENV') == 'production') {
|
|
|
- util::fail("余额不足{$miniCashAmount}元");
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
$getAmount = $cash->beAmount;
|
|
|
|