|
|
@@ -64,11 +64,6 @@ class CashClass extends BaseClass
|
|
|
util::fail('余额有问题,总余额比可提现余额还少');
|
|
|
}
|
|
|
$miniCashAmount = dict::getDict('miniCashAmount');
|
|
|
- if (getenv('YII_ENV', 'local') != 'production') {
|
|
|
- if ($txBalance > $miniCashAmount) {
|
|
|
- util::fail("测试环境提现金额不能超过{$miniCashAmount}元");
|
|
|
- }
|
|
|
- }
|
|
|
if (bccomp($miniCashAmount, $txBalance) == 1) {
|
|
|
util::fail("满{$miniCashAmount}元可提现");
|
|
|
}
|