From 257f40da238fbc824202341f4550020088df2d43 Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Mon, 5 Sep 2022 22:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E6=9E=B6=E9=87=8D=E5=A4=8D=E5=A4=84?= =?UTF-8?q?=E7=90=86=E8=B0=83=E8=AF=956?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/CarInfoHandle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index 3b4a551..11460d2 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -321,6 +321,7 @@ class CarInfoHandle try { foreach ($sources as $index => $source) { echo $index.PHP_EOL; + var_dump($sources); if (empty(trim($source['car_phone']))) { echo '开始循环'.PHP_EOL; foreach ($sources as $source_data) {