Commit 6cfe0741 authored by hj's avatar hj

更新提交

parent f7fc4f39
...@@ -56,7 +56,7 @@ class BhuaProductsService ...@@ -56,7 +56,7 @@ class BhuaProductsService
} }
$params['brand_id'] = intval($params['brand_id']); $params['brand_id'] = intval($params['brand_id']);
if(!in_array($params['brand_id'],[40,1,10,108,161,7,188])){ if(!in_array($params['brand_id'],[40,1,10,108,161,7,188,5,4,32])){
throw new \Exception('品牌id不在授权范围之内',502); throw new \Exception('品牌id不在授权范围之内',502);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment