...
|
...
|
@@ -1301,7 +1301,7 @@ code为200即为成功,否则是失败。 |
|
|
```
|
|
|
## 10、商品详情页进入品牌店铺接口##
|
|
|
|
|
|
(method=app.favorite.brand)
|
|
|
(method=app.shop.queryShopsByBrandId)
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|-----:|----:|
|
...
|
...
|
@@ -1319,13 +1319,13 @@ code为200即为成功,否则是失败。 |
|
|
"code": 200,
|
|
|
"data": [
|
|
|
{
|
|
|
"id": 248,
|
|
|
"brand_id": 248,
|
|
|
"logo": "http://img12.static.yhbimg.com/brandLogo/2015/04/10/16/02963cdc1aeab10959bfeccc400aaa8de8.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
|
|
|
"name": "Nike",
|
|
|
"type": "brand"
|
|
|
}
|
|
|
],
|
|
|
"md5": "3df91b19334d222eeea205e0ac63e4b8",
|
|
|
"md5": "e5db8c8f7ca039a43abc425e4c2b3e85",
|
|
|
"message": "product brandshop Intro"
|
|
|
}
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
``` |
...
|
...
|
|