修改问题

v1.0
liuqing 9 months ago
parent e3abd038d8
commit fa1383b98c
  1. 1
      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)){

Loading…
Cancel
Save