|
@@ -538,7 +538,7 @@ class BonusController extends BaseController
|
|
|
|
|
|
|
|
Cache::setWithdrawLock(1);
|
|
Cache::setWithdrawLock(1);
|
|
|
$formModel = new WithdrawForm();
|
|
$formModel = new WithdrawForm();
|
|
|
- $formModel->batchWithdraw(1000,0, $params);
|
|
|
|
|
|
|
+ $formModel->batchWithdraw(5,0, $params);
|
|
|
Cache::setWithdrawLock(0);
|
|
Cache::setWithdrawLock(0);
|
|
|
}
|
|
}
|
|
|
|
|
|