{
                    "component_key": "U_productAlbum",
                    "remote_data": {
                        "get_style": 1,
                        "list": {
                            "current_page": 1,
                            "data": [
                                {
                                    "id": 14,
                                    "uniacid": 1,
                                    "sid": 267,
                                    "name": "社群引流爆款",
                                    "describe": "",
                                    "covers": [
                                        {
                                            "src": "https://yunxingongyinglian.oss-cn-guangzhou.aliyuncs.com/2023426/16825029154.png"
                                        }
                                    ],
                                    "is_share": 1,
                                    "import_count": 0,
                                    "browse_count": 3,
                                    "created_at": "2023-06-19 14:12:36",
                                    "updated_at": "2023-07-31 09:57:35",
                                    "deleted_at": null,
                                    "time_name": "06月19日",
                                    "product_count": 160,
                                    "sales": "1",
                                    "has_many_relation_product": [
                                        {
                                            "id": 205088,
                                            "title": "达利园黑麦小面包早餐面包",
                                            "thumb": "https://img2.haoshiqi.com.cn/ma8252baa12c1bfa925c35995b01257f66.png",
                                            "price": "9.07",
                                            "status_name": null
                                        },
                                        {
                                            "id": 205090,
                                            "title": "若小姐多维牛磺酸",
                                            "thumb": "https://img2.haoshiqi.com.cn/maf823465c1b8e5af2591c637f58935bd2.png",
                                            "price": "10.20",
                                            "status_name": null
                                        },
                                        {
                                            "id": 205091,
                                            "title": "蔓步日记地板清洁剂木地板瓷砖清洗液深层去污垢",
                                            "thumb": "https://img2.haoshiqi.com.cn/ma560f1d67cefff094df37ae9599766c7a.png",
                                            "price": "20.29",
                                            "status_name": null
                                        },
                                        {
                                            "id": 204943,
                                            "title": "金妮雅 竹炭吸出黑头鼻膜",
                                            "thumb": "https://img2.haoshiqi.com.cn/maeb1884a01ad112cadf6882c14ffa452e.png",
                                            "price": "20.29",
                                            "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": 15,
                            "prev_page_url": null,
                            "to": 1,
                            "total": 1
                        }
                    }
                }

remote_data[list][data]参数说明:

参数名 类型 说明
id int 专辑id
name string 专辑名称
covers array 专辑封面 直接拿数组第一个元素的src即可
describe string 专辑描述
browse_count int 累计访问
product_count int 商品数量
sales int 累计销量

remote_data[list][data][has_many_relation_product]参数说明:

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

备注: