修改h5接口免授权

This commit is contained in:
lcc
2025-07-31 16:02:08 +08:00
parent bc525edd23
commit becd02dbb1
+1 -1
View File
@@ -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',
];
}