From fa1383b98ca983a558b661341360e906932a6068 Mon Sep 17 00:00:00 2001 From: liuqing Date: Wed, 13 Mar 2024 11:59:31 +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 insertion(+) diff --git a/app/api/controller/Goods.php b/app/api/controller/Goods.php index fb72994d..4873f3f9 100644 --- a/app/api/controller/Goods.php +++ b/app/api/controller/Goods.php @@ -222,6 +222,7 @@ class Goods extends Controller public function getCommonConfig(): Json { $service = new GoodsService; + // 获取店铺信息 $storeid = request()->header()['storeid']; $storeInfo = StoreModel::where("store_id",$storeid)->find(); if(empty($storeInfo)){