简要描述:
- 搜索附近门店商品
请求URL:
GET/plugin.store-cashier.frontend.store.goods.get-store-goods-by-title
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
kwd | 是 | string | 搜索信息 |
lng | 是 | float | 经度 |
lat | 是 | float | 纬度 |
city_name | 是 | string | 城市名称 |
返回示例:
正确时返回:
{
result: 1,
msg: "成功",
data: [
{
store_name: "vvvv",
store_thumb: "http://dev-yangyang.yunzshop.com/attachment/images/3/2017/09/GJgcgkCbBJjJBEBbh8E6f68jB8lBbZ.jpg",
average_score: 0,
order_total: 0,
distance: 5899.3,
unit: "km",
goods: [
0 => '商品信息',
1 => '商品信息'
]
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
store_thumb | string | 门店图片 |
store_name | string | 门店名称 |
average_score | float | 平均评分 |
order_total | int | 月订单 |
备注:
- 更多返回错误代码请看首页的错误代码描述