Authored by liyalin

品牌品类

... ... @@ -24,7 +24,10 @@ code为200即为成功且只会返回200,每次都会有响应结果。
"alg": "SALT_MD5",
"code": 200,
"data": {
"bannerImage": "http://img12.static.yhbimg.com/goodsimg/2015/11/28/02/027aa96b62c1bade16b8d441ca614f8054.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"bannerInfo": {
"src": "http://img12.static.yhbimg.com/goodsimg/2015/11/28/02/027aa96b62c1bade16b8d441ca614f8054.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"url": "https://openingceremony.m.yohobuy.com/?gender=1,3&openby:yohobuy={"action":"go.brand","params":{"gender":"1,3","brand_id":"2450"}}"
},
"sortInfo": [
{
"product_skn": 51144625,
... ... @@ -149,93 +152,6 @@ http://devapi.yohops.com?app_version=4.9.2&client_type=h5&method=app.brand.fromB
code为200即为成功,否则是失败。
响应JSON格式如下所示:
```json
{
"alg": "SALT_MD5",
"code": 200,
"data": {
"top": [
{
"brand_alif": "B",
"brand_ico": "http://img12.static.yhbimg.com/brandLogo/2015/12/09/14/02c5eaa8e6338f32454b5ead77297089f7.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"brand_name": "b+ab",
"brand_keyword": "b+ab",
"type": "2",
"brand_name_en": "b+ab",
"shop_template_type": "1",
"brand_name_cn": "",
"hot_keyword": "",
"is_show_new": "N",
"brand_domain": "bjiaab",
"shop_id": 1514,
"is_hot": "Y",
"id": 324
},
{
"hot_keyword": "Cabeau",
"is_show_new": "N",
"brand_domain": "cabeau",
"brand_alif": "C",
"is_hot": "N",
"brand_ico": "http://img10.static.yhbimg.com/brandLogo/2015/12/09/18/01eaba7d4705d7e6feb09d1fc70b95b254.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"brand_name": "Cabeau",
"id": 977,
"brand_keyword": "Cabeau,旅行",
"type": "0",
"brand_name_en": "Cabeau",
"brand_name_cn": "卡布"
},
{
"brand_alif": "D",
"brand_ico": "http://img12.static.yhbimg.com/brandLogo/2011/11/11/10/02b8bd99b61728a3b7aaa3ef735812cc93.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"brand_name": "DABOMB",
"brand_keyword": "服装",
"type": "2",
"brand_name_en": "DABOMB",
"shop_template_type": "1",
"brand_name_cn": "",
"hot_keyword": "dabomb",
"is_show_new": "N",
"brand_domain": "dabomb",
"shop_id": 89,
"is_hot": "N",
"id": 218
}
],
"bottom": [
{
"is_show_new": "N",
"brand_domain": "ERAL",
"shop_id": 2146,
"brand_alif": "E",
"is_hot": "N",
"brand_ico": "http://img12.static.yhbimg.com/brandLogo/2016/11/04/17/027cb0b6a99104068fef3df3ee7084f243.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"brand_name": "艾莱依",
"id": 2556,
"type": "2",
"brand_name_en": "ERAL",
"shop_template_type": "2",
"brand_name_cn": "艾莱依"
},
{
"brand_alif": "F",
"brand_ico": "http://img10.static.yhbimg.com/brandLogo/2016/05/13/11/01a459e48f8eeef785c96ece466588d01b.png?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
"brand_name": "FAGUO",
"brand_keyword": "休闲,简约,清新,时尚",
"type": "0",
"brand_name_en": "FAGUO",
"brand_name_cn": "FAGUO",
"hot_keyword": "",
"shelves_brand_time": 1465183836,
"is_show_new": "N",
"brand_domain": "faguo",
"is_hot": "N",
"id": 1800
}
]
},
"md5": "8cd05100f51bdaed7fd4380e71e3af5b",
"message": "brand bigdata info"
}
```
... ...