From becd02dbb152aaebef9e89e335b43392504ab1d0 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Thu, 31 Jul 2025 16:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9h5=E6=8E=A5=E5=8F=A3=E5=85=8D?= =?UTF-8?q?=E6=8E=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/admin/hooks/ApiAuthHook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/admin/hooks/ApiAuthHook.php b/agent/admin/hooks/ApiAuthHook.php index ca8f7747..91c61518 100644 --- a/agent/admin/hooks/ApiAuthHook.php +++ b/agent/admin/hooks/ApiAuthHook.php @@ -27,7 +27,7 @@ class ApiAuthHook //h5白名单 $this->route_un_auto = [ 'auto/config/*', 'auto/login/*', 'auto/area/*', - 'auto/car/brand', + 'auto/car/brand','auto/car/product/list', 'auto/car/coupon/bizs', ]; }