简要描述:
商品列表展示
请求域名:
- http://xx.com
以下接口有返回:
门店聚合页
GET/plugin.store-cashier.frontend.store.store.get-store-list-to-page
门店分页
GET/plugin.store-cashier.frontend.store.store.get-store-page
门店详情页
GET/plugin.store-cashier.frontend.store.get-store-info.get-stores-details
返回示例:
`` goods_show: { 0: { name: "测试积分", value: "3%" }, 1: { name: "测试分销", value: "0.5%" } } }
### 响应参数:
|参数名|类型|说明|
|:---- :----- |----- |
|goods_show |array|商品展示插件:开启存在,关闭不存在|
|goods_show.name|string|名称|
|goods_show.value|string|数值|