首页横幅、品牌列表

GET /api/shop/v1/products/home/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "errno": 0,
    "data": {
        "banners": [
            {
                "image": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/爱他美,牛栏95折_20230728091631_51",
                "link": "https://shop.ttkeu.com/product/list/?onPromotion=1"
            },
            {
                "image": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/奶粉商城bannar0705_20230705094429_50",
                "link": "https://shop.ttkeu.com/product/list/?classify=milk-powder"
            }
        ],
        "brands": [
            {
                "id": 1,
                "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/aptamil-new-logo"
            },
            {
                "id": 2,
                "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/cow-and-gate_20230411094950_88"
            },
            {
                "id": 4,
                "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/nestle-logo-black-and-white_20230411095327_86"
            },
            {
                "id": 5,
                "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/mathez_20231020135303_93"
            },
            {
                "id": 6,
                "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/Vitabiotics_20231127150634_97"
            },
            {
                "id": 7,
                "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/brand_logo_sambucol-1024x446-1_20231127150836_32"
            }
        ],
        "product_panels": [
            {
                "title": "爱他美",
                "banner": {
                    "image": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/aptamil-new-logo",
                    "link": "aptamil"
                },
                "brand_id": 1
            },
            {
                "title": "英国牛栏",
                "banner": {
                    "image": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/cow-and-gate_20230411094950_88",
                    "link": "cow-and-gate"
                },
                "brand_id": 2
            }
        ],
        "ad": [
            {
                "id": 1,
                "name": "本期推荐左边",
                "module_name": "本期推荐",
                "content_name": "图0",
                "desc": null,
                "img": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/奶粉代购招募_20230814134813_25",
                "link": "https://shop.ttkeu.com/daigou/"
            },
            {
                "id": 2,
                "name": "本期推荐右1",
                "module_name": "本期推荐",
                "content_name": "图1",
                "desc": null,
                "img": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/全场95折左_20240117091156_15",
                "link": "https://shop.ttkeu.com/product/list/?onPromotion=1"
            },
            {
                "id": 3,
                "name": "本期推荐右2",
                "module_name": "本期推荐",
                "content_name": "图2",
                "desc": null,
                "img": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/全场95折右_20240117091210_70",
                "link": "https://shop.ttkeu.com/product/list/?onPromotion=1"
            },
            {
                "id": 4,
                "name": "本期推荐右3",
                "module_name": "本期推荐",
                "content_name": "右3",
                "desc": null,
                "img": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/深度水解1段2段左_20230920100810_86",
                "link": "https://shop.ttkeu.com/product/2APE1/"
            },
            {
                "id": 5,
                "name": "本期推荐右4",
                "module_name": "本期推荐",
                "content_name": "右4",
                "desc": null,
                "img": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/深度水解1段2段右_20230920100910_88",
                "link": "https://shop.ttkeu.com/product/2APE2/"
            },
            {
                "id": 6,
                "name": "首页品牌爱他美",
                "module_name": "首页品牌",
                "content_name": "爱他美",
                "desc": null,
                "img": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/爱他美品牌图_20230413063244_51",
                "link": "//brand/aptamil/"
            },
            {
                "id": 7,
                "name": "首页品牌牛栏",
                "module_name": "首页品牌",
                "content_name": "英国牛栏",
                "desc": null,
                "img": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/首页品牌图牛栏_20230414053357_6",
                "link": "/brand/cow-and-gate/"
            }
        ]
    },
    "msg": ""
}