From 456d42fa77458a614f8cbec50e3a64169afb086e Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Fri, 30 May 2025 13:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A2=9E=E9=87=8F=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- queue/deal/get_weibo_behavior.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/deal/get_weibo_behavior.php b/queue/deal/get_weibo_behavior.php index 1a4439c..a986985 100644 --- a/queue/deal/get_weibo_behavior.php +++ b/queue/deal/get_weibo_behavior.php @@ -21,7 +21,7 @@ class getWeiboBehavior extends dealBase { $ipinfo = $rdobj->get(_RC_SPIDER_USE_IP); $ipdata = json_decode($ipinfo, true); - if (!$ipinfo && PROC_CODE == 0 && $rdobj->llen($this->task_key) + 0 >= 0) { + if (!$ipinfo && PROC_CODE == 0 && $rdobj->llen($this->task_key) + 0 > 0) { $ipdata = $obj->getZmhttpIp(_RC_SPIDER_USE_IP); } if (empty($ipdata)) {