{
    "component_key": "U_yzSupplyCake",
    "remote_data": {
        "get_style": 1,
        "list": {
            "current_page": 1,
            "data": [
                {
                    "is_recommend": 0,
                    "id": 1000,
                    "name": "e时三客",
                    "logo": "https://img.dangaoss.com/public/b/96/33/1281750_s.jpg",
                    "show_sales": 0,
                    "s_brand_id": 1000,
                    "brand_id": 101056,
                    "category_name": "未知",
                    "city_num": 0,
                    "store_num": 1,
                    "has_one_store": {
                        "id": 21844,
                        "uniacid": 1,
                        "yz_brand_id": "101056",
                        "city_id": "112",
                        "shop_id": 1010533,
                        "shop_name": "e时三客店",
                        "phone": "4000913000",
                        "latitude": 22.731016,
                        "longitude": 114.26879,
                        "address": "龙华大浪华兴路深圳市成天泰电缆实业发展公司厂房B栋",
                        "status": 1,
                        "created_at": "2023-06-09 11:47:09",
                        "updated_at": "2023-06-09 11:47:09",
                        "deleted_at": null,
                        "distance": 1921432.1251341167
                    },
                    "has_many_goods": [
                        {
                            "id": 103936,
                            "title": "火烈鸟蛋糕",
                            "thumb": "https://dgss-oss-zs.oss-cn-beijing.aliyuncs.com/products/products_20220720223057._847.jpg",
                            "price": "228.00",
                            "market_price": "228.00",
                            "show_sales": 0,
                            "brand_id": 1000,
                            "status_name": null
                        },
                        {
                            "id": 177922,
                            "title": "巧克力蛋糕",
                            "thumb": "https://img.dangaoss.com/public/p/67/16/1259644_l.jpg",
                            "price": "189.50",
                            "market_price": "157.92",
                            "show_sales": 0,
                            "brand_id": 1000,
                            "status_name": null
                        },
                        {
                            "id": 103942,
                            "title": "白雪公主",
                            "thumb": "https://dgss-oss-zs.oss-cn-beijing.aliyuncs.com/products/products_20220720222542._731.jpg",
                            "price": "228.00",
                            "market_price": "228.00",
                            "show_sales": 0,
                            "brand_id": 1000,
                            "status_name": null
                        },
                        {
                            "id": 177928,
                            "title": "白雪公主",
                            "thumb": "https://img.dangaoss.com/public/p/76/12/1255792_l.jpg",
                            "price": "189.50",
                            "market_price": "157.92",
                            "show_sales": 0,
                            "brand_id": 1000,
                            "status_name": null
                        }
                    ]
                }
            ],
            "first_page_url": "https://dev8.yunzmall.com/addons/yun_shop/api.php?page=1",
            "from": 1,
            "last_page": 1,
            "last_page_url": "https://dev8.yunzmall.com/addons/yun_shop/api.php?page=1",
            "next_page_url": null,
            "path": "https://dev8.yunzmall.com/addons/yun_shop/api.php",
            "per_page": 10,
            "prev_page_url": null,
            "to": 9,
            "total": 9
        }
    }
}

remote_data[list]参数说明:

参数名 类型 说明
id int 品牌id
name string 品牌名称
logo string logo
has_one_store array 有可能为空 门店信息,距离在这里(单位米)
has_many_goods array 有可能为空 商品信息,四个最多

has_one_store参数说明:

参数名 类型 说明
address string 地址详情
distance string 与当前定位距离

has_many_goods参数说明:

参数名 类型 说明
id int 商品id
thumb string 商品图片
title string 商品名称
price string 商品价格

备注: