|
|
@@ -2831,6 +2831,7 @@ class BonusController extends BaseController {
|
|
|
*
|
|
|
*/
|
|
|
public function actionAutoWithdraw() {
|
|
|
+ Cache::setWithdrawLock(0);
|
|
|
$withdrawLock = Cache::getWithdrawLock();
|
|
|
if ($withdrawLock!=0){
|
|
|
return static::notice(Form::formatErrorsForApi('已有进程在生成'), 400);
|