Showing
1 changed file
with
76 additions
and
0 deletions
@@ -2611,3 +2611,79 @@ code为200即为成功,否则是失败。 | @@ -2611,3 +2611,79 @@ code为200即为成功,否则是失败。 | ||
2611 | "message": "Category Product List." | 2611 | "message": "Category Product List." |
2612 | } | 2612 | } |
2613 | ``` | 2613 | ``` |
2614 | +## 14、yoho所有品牌列表接口## | ||
2615 | + | ||
2616 | +(method=app.brand.brandlist) | ||
2617 | +#### 请求参数 | ||
2618 | +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
2619 | +|:-------| -----:|-----:|-----:|-----:|----:| | ||
2620 | +|yh_channel|string|是|1|无|频道id| | ||
2621 | + | ||
2622 | +品牌店铺需求,需要在品牌列表的每个品牌上增加用于跳转的枚举值type: | ||
2623 | +无店铺:0--->品牌页 | ||
2624 | +无单品店有多品店:1--->搜索页 | ||
2625 | +有单品店:2--->店铺页面 | ||
2626 | +请求示例 | ||
2627 | +http://127.0.0.1:8080/gateway/?method=app.brand.brandlist&v=7&yh_channel=1&debug=XYZ | ||
2628 | + | ||
2629 | +### 响应 | ||
2630 | +code为200即为成功,否则是失败。 | ||
2631 | +响应JSON格式如下所示: | ||
2632 | +```json | ||
2633 | +{ | ||
2634 | + "alg": "SALT_MD5", | ||
2635 | + "code": 200, | ||
2636 | + "data": { | ||
2637 | + "brands": { | ||
2638 | + "": [ | ||
2639 | + { | ||
2640 | + "brand_alif": "", | ||
2641 | + "brand_domain": "dirtlun", | ||
2642 | + "brand_ico": "http://img13.static.yhbimg.com/brandLogo/2016/03/23/13/02bcd71ac660607888bd58af8d21b8a0c1.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2643 | + "brand_keyword": "", | ||
2644 | + "brand_name": "第二轮", | ||
2645 | + "brand_name_cn": "", | ||
2646 | + "brand_name_en": "第二轮", | ||
2647 | + "hot_keyword": "", | ||
2648 | + "id": "1559", | ||
2649 | + "is_hot": "2", | ||
2650 | + "is_show_new": "N", | ||
2651 | + "shop_id": 647, | ||
2652 | + "type": "2" | ||
2653 | + }, | ||
2654 | + { | ||
2655 | + "brand_alif": "", | ||
2656 | + "brand_domain": "rtytry", | ||
2657 | + "brand_ico": "http://img10.static.yhbimg.com/brandLogo/2016/03/18/14/010e6e67e28597232f89fb4ddb34babf28.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2658 | + "brand_keyword": "", | ||
2659 | + "brand_name": "请不要用我的品牌,谢谢", | ||
2660 | + "brand_name_cn": "", | ||
2661 | + "brand_name_en": "ytiuyi", | ||
2662 | + "hot_keyword": "", | ||
2663 | + "id": 1555, | ||
2664 | + "is_hot": "N", | ||
2665 | + "is_show_new": "N", | ||
2666 | + "type": "1" | ||
2667 | + } | ||
2668 | + ], | ||
2669 | + "0~9": [ | ||
2670 | + { | ||
2671 | + "brand_alif": "5", | ||
2672 | + "brand_domain": "5preview", | ||
2673 | + "brand_ico": "http://img13.static.yhbimg.com/brandLogo/2015/11/17/16/02202c3d541b9b0b67aaf32068b32f4884.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80", | ||
2674 | + "brand_keyword": "趣味,休闲", | ||
2675 | + "brand_name": "5 PREVIEW", | ||
2676 | + "brand_name_cn": "", | ||
2677 | + "brand_name_en": "5 PREVIEW", | ||
2678 | + "hot_keyword": "", | ||
2679 | + "id": 526, | ||
2680 | + "is_hot": "N", | ||
2681 | + "is_show_new": "N", | ||
2682 | + "type": "0" | ||
2683 | + } | ||
2684 | + ] | ||
2685 | + } | ||
2686 | + }, | ||
2687 | + "message": "success" | ||
2688 | +} | ||
2689 | +``` |
-
Please register or login to post a comment