mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-11 01:52:49 +00:00
新增产品门店开关
This commit is contained in:
parent
1e2fc1996a
commit
94aa866810
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user