diff --git a/app/api/controller/Goods.php b/app/api/controller/Goods.php index 7ef550ba..fb72994d 100644 --- a/app/api/controller/Goods.php +++ b/app/api/controller/Goods.php @@ -228,7 +228,6 @@ class Goods extends Controller return $this->renderError("商铺信息不存在"); } $goodsList = $service->getCommonConfig($storeInfo); - $goodsList = $service->getCommonConfig(); return $this->renderSuccess($goodsList); }