From ed06f2676e967374a2ae2d4e562d52dc1f8afc68 Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Mon, 7 Oct 2024 11:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/command/SpiderMt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/app/command/SpiderMt.php b/service/app/command/SpiderMt.php index 86ff11d5..dc328b5f 100644 --- a/service/app/command/SpiderMt.php +++ b/service/app/command/SpiderMt.php @@ -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; }