From e3abd038d8f4f44bdfc2d3a291d716948b69cb13 Mon Sep 17 00:00:00 2001 From: liuqing Date: Wed, 13 Mar 2024 11:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Goods.php | 1 - 1 file changed, 1 deletion(-) 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); }