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