...
|
...
|
@@ -1690,6 +1690,7 @@ code为200即为成功,否则是失败。 |
|
|
注意,通用的头部没有列出,同原来查询收藏品牌列表接口。
|
|
|
请求示例
|
|
|
http://devapi.yoho.cn:58078/?method=app.shop.queryShopsByBrandId&brand_id=248&v=7&debug=XYZ
|
|
|
http://devapi.yoho.cn:58078/?method=app.shop.queryShopsByBrandId&brand_id=1555&v=7&debug=XYZ
|
|
|
### 响应
|
|
|
code为200即为成功,否则是失败。
|
|
|
响应JSON格式如下所示:
|
...
|
...
|
@@ -1708,6 +1709,58 @@ code为200即为成功,否则是失败。 |
|
|
"md5": "e5db8c8f7ca039a43abc425e4c2b3e85",
|
|
|
"message": "product brandshop Intro"
|
|
|
}
|
|
|
{
|
|
|
"alg": "SALT_MD5",
|
|
|
"code": 200,
|
|
|
"data": [
|
|
|
{
|
|
|
"brand_domain": "34324",
|
|
|
"brand_id": 1555,
|
|
|
"brand_name": "feng1401",
|
|
|
"shop_id": 625
|
|
|
},
|
|
|
{
|
|
|
"brand_domain": "blackjack1",
|
|
|
"brand_ico": "http://img10.static.yhbimg.com/yhfair/2016/03/30/20/01322b42db83b5c73a6235f2f2598a3713.jpg?imageView/0/w/100/h/100",
|
|
|
"brand_id": 1555,
|
|
|
"brand_name": "JIT`BLACKJACK旗舰店",
|
|
|
"shop_id": 644
|
|
|
},
|
|
|
{
|
|
|
"brand_domain": "ewrre",
|
|
|
"brand_id": 1555,
|
|
|
"brand_name": "feng-测试",
|
|
|
"shop_id": 649
|
|
|
},
|
|
|
{
|
|
|
"brand_domain": "eytty",
|
|
|
"brand_id": 1555,
|
|
|
"brand_name": "重头再来",
|
|
|
"shop_id": 651
|
|
|
},
|
|
|
{
|
|
|
"brand_domain": "shangjiaduan",
|
|
|
"brand_ico": "http://img10.static.yhbimg.com/yhfair/2016/04/05/16/012fe6d6934ae06ca1c66af82b715e1487.jpg?imageView/0/w/100/h/100",
|
|
|
"brand_id": 1555,
|
|
|
"brand_name": "测试商家端-店铺",
|
|
|
"shop_id": 653
|
|
|
},
|
|
|
{
|
|
|
"brand_domain": "tyrtu",
|
|
|
"brand_id": 1555,
|
|
|
"brand_name": "复现问题",
|
|
|
"shop_id": 655
|
|
|
},
|
|
|
{
|
|
|
"brand_domain": "rtyry",
|
|
|
"brand_id": 1555,
|
|
|
"brand_name": "fff",
|
|
|
"shop_id": 657
|
|
|
}
|
|
|
],
|
|
|
"md5": "489da61aab55c51847fd2b10ba3c6658",
|
|
|
"message": "product brandshop Intro"
|
|
|
}
|
|
|
```
|
|
|
## 12、店铺内二级品类商品列表接口##
|
|
|
|
...
|
...
|
|