From 4d47e3eb1c0e2e15a88fc59b2e4c6047f9920cec Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Mon, 5 Sep 2022 22:59:11 +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=957?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/service/CarInfoHandle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/service/CarInfoHandle.php b/extend/service/CarInfoHandle.php index 11460d2..5457b71 100644 --- a/extend/service/CarInfoHandle.php +++ b/extend/service/CarInfoHandle.php @@ -309,7 +309,7 @@ class CarInfoHandle $source['car_phone'] = trim($source['car_phone']); if (preg_match('/^1[3-9][0-9]{9}/', $source['car_phone'])) { $source_a = $source; - array_splice($sources, $index, 1); + unset($sources[$index]); break; } }