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)){