This commit is contained in:
jianghanbo 2024-10-07 11:34:39 +08:00
parent 8881fa5494
commit ed06f2676e
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class SpiderMt extends Command
Redis::hIncrBy('CRM:Pool:' . $status, $username, 1);
} catch (\Exception $e) {
Log::error(dirname(__FILE__) . __LINE__ . '没有可以分配的用户', (array)json_encode($e));
throw new \Exception('没有可以分配的用户');
throw new \Exception('没有可以分配的用户' . $status);
}
return $username;
}