品牌列表

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

{
    "errno": 0,
    "data": [
        {
            "brand_id": 1,
            "zh_name": "爱他美",
            "en_name": "Aptamil",
            "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/aptamil-new-logo",
            "brand_url": "aptamil",
            "product_total": 40
        },
        {
            "brand_id": 2,
            "zh_name": "英国牛栏",
            "en_name": "Cow and Gate",
            "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/cow-and-gate_20230411094950_88",
            "brand_url": "cow-and-gate",
            "product_total": 16
        },
        {
            "brand_id": 4,
            "zh_name": "雀巢",
            "en_name": "Nestle",
            "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/nestle-logo-black-and-white_20230411095327_86",
            "brand_url": "nestle",
            "product_total": 4
        },
        {
            "brand_id": 5,
            "zh_name": "摩太紫",
            "en_name": "Mathez",
            "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/mathez_20231020135303_93",
            "brand_url": "Mathez",
            "product_total": 2
        },
        {
            "brand_id": 6,
            "zh_name": "薇塔贝尔",
            "en_name": "Vitabiotics",
            "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/Vitabiotics_20231127150634_97",
            "brand_url": "vitabiotics",
            "product_total": 4
        },
        {
            "brand_id": 7,
            "zh_name": "黑接骨木",
            "en_name": "Sambucol",
            "logo": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/brand/brand_logo_sambucol-1024x446-1_20231127150836_32",
            "brand_url": "sambucol",
            "product_total": 2
        }
    ],
    "msg": ""
}