作者 lyh

gx脚本更新路由

@@ -385,7 +385,7 @@ class ProductLogic extends BaseLogic @@ -385,7 +385,7 @@ class ProductLogic extends BaseLogic
385 } 385 }
386 $param['attrs'] = Arr::a2s($param['attrs'] ?? []); 386 $param['attrs'] = Arr::a2s($param['attrs'] ?? []);
387 $param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? ''); 387 $param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? '');
388 -// $param['describe'] = Arr::a2s($param['describe'] ?? []); 388 + $param['describe'] = Arr::a2s($param['describe'] ?? []);
389 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? ''); 389 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? '');
390 $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? []); 390 $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? []);
391 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? ''); 391 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? '');