Commit 2a2c1ff0 authored by 刘小敏's avatar 刘小敏

AI校验是否可试戴接口优化

parent 406c2180
...@@ -560,7 +560,7 @@ class GoodsService ...@@ -560,7 +560,7 @@ class GoodsService
$count = 0; $count = 0;
if (!empty($categoryIds)){ if (!empty($categoryIds)){
// 获取配置的允许分类ID数组 // 获取配置的允许分类ID数组
$allowedCates = config('app.allow_tryon_cate'); $allowedCates = config('shopro.allow_tryon_cate');
if (empty($allowedCates)) { if (empty($allowedCates)) {
return 0; return 0;
} }
......
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