新增产品门店开关

This commit is contained in:
liaofei 2019-11-18 17:18:28 +08:00
parent 1e2fc1996a
commit 94aa866810

View File

@ -167,6 +167,7 @@ class StoreProductController
$data['system_store'] = ($res = SystemStore::getStoreDispose()) ? $res : [];
$data['good_list'] = StoreProduct::getGoodList(18,'image,store_name,price,id,ot_price');
$data['mapKey'] = sysConfig('tengxun_map_key');
$data['store_self_mention']= (int)sysConfig('store_self_mention') ?? 0;//门店自提是否开启
return app('json')->successful($data);
}