API接口系列douyin商品详情解析,json返回示例参考

在解析抖音(Douyin)的商品详情API接口时,需要注意的是,由于抖音的API并不直接对外公开给普通开发者,通常需要通过与抖音官方合作的电商平台、内容创作者平台或第三方服务来获取这些数据。不过,我可以提供一个假设性的JSON返回示例,以帮助你理解一个可能的商品详情接口返回结构。

请注意,以下JSON示例是基于假设的,实际返回的字段和结构可能会有所不同。

{
"code": 200,
"message": "请求成功",
"data": {
"goods_id": "123456789",
"title": "时尚潮流运动鞋",
"description": "采用轻质材料,透气舒适,防滑耐磨,是您运动健身的最佳选择。",
"price": "399.00",
"original_price": "599.00",
"discount": "3折起",
"sales_volume": 12345,
"stock": 100,
"category": "鞋靴/运动鞋",
"brand": "XX品牌",
"images": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg",
"https://example.com/image3.jpg"
],
"videos": [
{
"url": "https://example.com/video1.mp4",
"description": "商品介绍视频"
}
],
"sku_list": [
{
"sku_id": "1",
"color": "黑色",
"size": "40",
"price": "399.00",
"stock": 50
},
{
"sku_id": "2",
"color": "白色",
"size": "41",
"price": "399.00",
"stock": 40
}
],
"seller_info": {
"shop_name": "XX官方旗舰店",
"score": 4.9,
"review_count": 10000
},
"tags": ["新品上市", "限时折扣", "热销爆款"],
"shipping_info": {
"free_shipping": true,
"delivery_time": "下单后3-5天发货"
},
"return_policy": "支持7天无理由退换货"
}
}

字段说明:

  • code: 表示请求状态码,200表示成功。
  • message: 请求的返回信息。
  • data: 数据主体部分。
    • goods_id: 商品ID。
    • title: 商品标题。
    • description: 商品描述。
    • price: 商品售价。
    • original_price: 商品原价。
    • discount: 折扣信息。
    • sales_volume: 销量。
    • stock: 库存量。
    • category: 商品分类。
    • brand: 品牌名称。
    • images: 商品图片列表。
    • videos: 商品视频列表。
    • sku_list: 商品SKU列表,包含颜色、尺码、价格等信息。
    • seller_info: 卖家信息,包括店铺名称、评分、评价数。
    • tags: 商品标签。
    • shipping_info: 配送信息,如是否包邮、发货时间。
    • return_policy: 退换货政策。

这个示例提供了一个相对全面的商品详情结构,但在实际应用中,你可能需要根据实际的API文档来调整解析逻辑。如果你是在与抖音官方或第三方服务合作,确保参考他们的官方文档来获取准确的字段和结构信息。

{
    "item": {
        "detail": {
            "detail_info": {
                "detail_config": [
                    {
                        "main_content": [
                            {
                                "content": [
                                    "售卖价,由商家依照《价格法》规定的定价原则及定价依据通过商家后台页面自主填写(适用政府指导价或者政府定价除外),如商品未通过商家后台参加促销活动(如优惠券、满减、秒杀、拼团等)的,售卖价将作为销售价格展示。",
                                    "如商品通过商家后台参加促销活动(如优惠券、满减、秒杀、拼团等),售卖价将会作为被比较价格,可能以“划线价(即价格上划横线)”、“参考价”等形式展示,此时售卖价作为被比较的价格,并非原价,仅用于向消费者展示商品未参与促销活动的价格。",
                                    "到手价,指商品使用各种优惠券、参与满减等促销活动后,消费者实际支付的价格。到手价可能因促销活动、达人主播专享、补贴、特殊时段等各类因素而产生变动,最终以消费者在商品订单中的支付金额为准。",
                                    "商品价格由商家自主决定,如商家及/或达人对商品价格有特别说明的,以商家/达人表述为准。平台依据法律法规及平台规则,坚决打击各类价格违法行为,如消费者发现价格违法情形的,请及时向平台投诉举报。",
                                    "抖音电商平台价格标签说明"
                                ],
                                "default_show": false,
                                "links": [
                                    {
                                        "key": "抖音电商平台价格标签说明",
                                        "link": "https://school.jinritemai.com/doudian/web/article/aHzox7KpPT94"
                                    }
                                ],
                                "title": "价格说明",
                                "type": 0
                            }
                        ],
                        "main_title": "",
                        "main_type": 0
                    },
                    {
                        "main_content": [
                            {
                                "content": [
                                    "“已售”,指该店铺在抖音电商平台内,销售该款商品的数量。",
                                    "“同款热销”,系同型号同规格的同款商品,在抖音电商平台内多店铺历史销量汇总统计所得,供消费者参考。该销量数据基于平台内各店铺数据和算法计算所得,可能存在识别不准确的情形,我们将持续优化。",
                                    "“全网热销”,系同型号同规格的同款商品,在抖音电商平台内多店铺历史销量汇总统计所得,供消费者参考。该销量数据基于平台内各店铺数据和算法计算所得,可能存在识别不准确的情形,我们将持续优化。"
                                ],
                                "default_show": false,
                                "links": [

                                ],
                                "title": "销量说明",
                                "type": 0
                            },
                            {
                                "content": [
                                    "小店平台用户服务协议",
                                    "小店隐私政策"
                                ],
                                "default_show": false,
                                "links": [
                                    {
                                        "key": "小店平台用户服务协议",
                                        "link": "https://school.jinritemai.com/doudian/web/article/104868?rank=1&fromPage=search_result&searchInfo=10700604816031273580%3A1%3A0&query=%E5%B0%8F%E5%BA%97%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE"
                                    },
                                    {
                                        "key": "小店隐私政策",
                                        "link": "https://school.jinritemai.com/doudian/web/article/aHJfD81heWcT"
                                    }
                                ],
                                "title": "协议",
                                "type": 0
                            }
                        ],
                        "main_title": "",
                        "main_type": 0
                    }
                ],
                "detail_imgs": [
                    {
                        "height": 1317,
                        "uri": "ecom-shop-material/WEfWYcMM_m_0206d8812c6d37cf4bdb830d9e6c192e_sx_394034_www750-1317",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_0206d8812c6d37cf4bdb830d9e6c192e_sx_394034_www750-1317~tplv-5mmsx3fupr-resize:750:1317.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_0206d8812c6d37cf4bdb830d9e6c192e_sx_394034_www750-1317~tplv-5mmsx3fupr-resize:750:1317.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 340,
                        "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 341,
                        "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 340,
                        "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 340,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 341,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 340,
                        "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 340,
                        "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 341,
                        "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                        "url_list": [
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 1000,
                        "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                        ],
                        "width": 750
                    },
                    {
                        "height": 344,
                        "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                        "url_list": [
                            "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:3000:750:3344.jpeg",
                            "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:3000:750:3344.jpeg"
                        ],
                        "width": 750
                    }
                ],
                "detail_imgs_new": [
                    {
                        "image": {
                            "height": 1317,
                            "uri": "ecom-shop-material/WEfWYcMM_m_0206d8812c6d37cf4bdb830d9e6c192e_sx_394034_www750-1317",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_0206d8812c6d37cf4bdb830d9e6c192e_sx_394034_www750-1317~tplv-5mmsx3fupr-resize:750:1317.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_0206d8812c6d37cf4bdb830d9e6c192e_sx_394034_www750-1317~tplv-5mmsx3fupr-resize:750:1317.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 340,
                            "uri": "ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_956801a8a6c69548df112b4a98504036_sx_639755_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 341,
                            "uri": "ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_cef2b52ef8257b53794d0e3a770394e1_sx_664404_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 340,
                            "uri": "ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_d02e3f867e05f355c9e8700b14d0fe3e_sx_601161_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 340,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5d7b144b696cfc2ebf661b322e533e17_sx_642010_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 341,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5c32c9f90059d5251c588f4451a5e859_sx_538788_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 340,
                            "uri": "ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_2742decc607819bca011796e39cf734a_sx_655233_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 340,
                            "uri": "ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_f537faee0722c686fdebd1211cfd9a4c_sx_706553_www750-3340~tplv-5mmsx3fupr-xy:0:3000:750:3340.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 341,
                            "uri": "ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_5abff1505ca80811ef0ff3d8ff336023_sx_735928_www750-3341~tplv-5mmsx3fupr-xy:0:3000:750:3341.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                            "url_list": [
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg",
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:0:750:1000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:1000:750:2000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 1000,
                            "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:2000:750:3000.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    },
                    {
                        "image": {
                            "height": 344,
                            "uri": "ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344",
                            "url_list": [
                                "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:3000:750:3344.jpeg",
                                "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_88921f4319368f1d81a1350a31972379_sx_1156922_www750-3344~tplv-5mmsx3fupr-xy:0:3000:750:3344.jpeg"
                            ],
                            "width": 750
                        },
                        "pic_type": "pic"
                    }
                ],
                "jump_url": "sslocal://webcast_lynxview?type=popup&url=https%3A%2F%2Flf-webcast-sourcecdn-tos.bytegecko.com%2Fobj%2Fbyte-gurd-source%2F10181%2Fgecko%2Fresource%2Fecommerce_extensions_aweme%2Fextensions%2Fspecifications%2Ftemplate.js&gravity=bottom&height_percent=73&top_level=1&mask_alpha=0.56&add_safe_area_height=0&use_real_screen_height=1&feature_page_source=changmiao",
                "product_format": [
                    {
                        "format": [
                            {
                                "certification_url": "sslocal://webcast_lynxview?url=https%3A%2F%2Flf-webcast-sourcecdn-tos.bytegecko.com%2Fobj%2Fbyte-gurd-source%2Fwebcast%2Fecom%2Flynx%2Ffe_reactlynx_ecommerce_images_show_panel%2Fapp%2Ftemplate.js&type=popup&gravity=bottom&add_safe_area_height=0&height_percent=73&top_level=1&mask_alpha=0.5&use_real_screen_height=1&mega_object=%7B%22images%22%3A%5B%7B%22uri%22%3A%22tos-cn-i-6vegkygxbk%2F49795e2cbd2544958a0b30fa6143a3d9%22%2C%22url_list%22%3A%5B%22http%3A%2F%2Fp26-item.ecombdimg.com%2Fimg%2Ftos-cn-i-6vegkygxbk%2F49795e2cbd2544958a0b30fa6143a3d9~tplv-5mmsx3fupr-water%3A5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI%3A686%3A970.jpeg%22%2C%22http%3A%2F%2Fp3-item.ecombdimg.com%2Fimg%2Ftos-cn-i-6vegkygxbk%2F49795e2cbd2544958a0b30fa6143a3d9~tplv-5mmsx3fupr-water%3A5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI%3A686%3A970.jpeg%22%5D%2C%22width%22%3A686%2C%22height%22%3A970%7D%2C%7B%22uri%22%3A%22tos-cn-i-6vegkygxbk%2F98106d9129ba4df5a9c7bac5e5998db3%22%2C%22url_list%22%3A%5B%22http%3A%2F%2Fp26-item.ecombdimg.com%2Fimg%2Ftos-cn-i-6vegkygxbk%2F98106d9129ba4df5a9c7bac5e5998db3~tplv-5mmsx3fupr-water%3A5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI%3A686%3A970.jpeg%22%2C%22http%3A%2F%2Fp3-item.ecombdimg.com%2Fimg%2Ftos-cn-i-6vegkygxbk%2F98106d9129ba4df5a9c7bac5e5998db3~tplv-5mmsx3fupr-water%3A5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI%3A686%3A970.jpeg%22%5D%2C%22width%22%3A686%2C%22height%22%3A970%7D%5D%2C%22type%22%3A1%2C%22images_padding%22%3A%2216px%22%2C%22title%22%3A%22%E8%B5%84%E8%B4%A8%E8%AF%A6%E6%83%85%22%7D",
                                "context": "本商品已获品牌官方授权",
                                "message": [
                                    {
                                        "desc": "iQOO"
                                    }
                                ],
                                "name": "品牌",
                                "pic_urls": [
                                    {
                                        "height": 970,
                                        "uri": "tos-cn-i-6vegkygxbk/49795e2cbd2544958a0b30fa6143a3d9",
                                        "url_list": [
                                            "http://p26-item.ecombdimg.com/img/tos-cn-i-6vegkygxbk/49795e2cbd2544958a0b30fa6143a3d9~tplv-5mmsx3fupr-water:5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI:686:970.jpeg",
                                            "http://p3-item.ecombdimg.com/img/tos-cn-i-6vegkygxbk/49795e2cbd2544958a0b30fa6143a3d9~tplv-5mmsx3fupr-water:5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI:686:970.jpeg"
                                        ],
                                        "width": 686
                                    },
                                    {
                                        "height": 970,
                                        "uri": "tos-cn-i-6vegkygxbk/98106d9129ba4df5a9c7bac5e5998db3",
                                        "url_list": [
                                            "http://p26-item.ecombdimg.com/img/tos-cn-i-6vegkygxbk/98106d9129ba4df5a9c7bac5e5998db3~tplv-5mmsx3fupr-water:5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI:686:970.jpeg",
                                            "http://p3-item.ecombdimg.com/img/tos-cn-i-6vegkygxbk/98106d9129ba4df5a9c7bac5e5998db3~tplv-5mmsx3fupr-water:5Lqu54Wn5YWs56S65LiT55So5aSN5Y2w5peg5pWI:686:970.jpeg"
                                        ],
                                        "width": 686
                                    }
                                ],
                                "property_id": "1687",
                                "type": "1"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "线下维修"
                                    }
                                ],
                                "name": "维修方式",
                                "pic_urls": null,
                                "property_id": "4558"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "2023-12"
                                    }
                                ],
                                "name": "上市时间",
                                "pic_urls": null,
                                "property_id": "680"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "八核"
                                    }
                                ],
                                "name": "CPU核心数",
                                "pic_urls": null,
                                "property_id": "1061"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "否"
                                    }
                                ],
                                "name": "是否支持无线充电",
                                "pic_urls": null,
                                "property_id": "2531"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "是"
                                    }
                                ],
                                "name": "是否支持NFC",
                                "pic_urls": null,
                                "property_id": "872"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "是"
                                    }
                                ],
                                "name": "是否支持红外",
                                "pic_urls": null,
                                "property_id": "3081"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "5000万+5000万像素"
                                    }
                                ],
                                "name": "后置摄像头像素",
                                "pic_urls": null,
                                "property_id": "3351"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "玻璃后盖"
                                    },
                                    {
                                        "desc": "素皮"
                                    }
                                ],
                                "name": "机身材质",
                                "pic_urls": null,
                                "property_id": "700"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "6.78 英寸"
                                    }
                                ],
                                "name": "屏幕尺寸",
                                "pic_urls": null,
                                "property_id": "1016"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "91441900557262083U"
                                    }
                                ],
                                "name": "生产企业统一社会信用代码",
                                "pic_urls": null,
                                "property_id": "4129"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "2023011606590663"
                                    }
                                ],
                                "name": "CCC证书编号",
                                "pic_urls": null,
                                "property_id": "1481"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "00-B220-228939"
                                    }
                                ],
                                "name": "电信设备进网许可证编号",
                                "pic_urls": null,
                                "property_id": "2246"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "安卓系统"
                                    }
                                ],
                                "name": "操作系统",
                                "pic_urls": null,
                                "property_id": "2071"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "不可拆卸电池"
                                    }
                                ],
                                "name": "电池类型",
                                "pic_urls": null,
                                "property_id": "665"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "全面屏"
                                    }
                                ],
                                "name": "屏幕类型",
                                "pic_urls": null,
                                "property_id": "356"
                            },
                            {
                                "message": [
                                    {
                                        "desc": "Neo9 Pro"
                                    }
                                ],
                                "name": "型号",
                                "pic_urls": null,
                                "property_id": "1493"
                            }
                        ]
                    }
                ],
                "tag_card": null,
                "title_image": {
                    "height": 21,
                    "uri": "tos-cn-i-5mmsx3fupr/product_detail_head.png",
                    "url_list": [
                        "http://p26-item.ecombdimg.com/tos-cn-i-5mmsx3fupr/product_detail_head.png~tplv-5mmsx3fupr-origin-png.png"
                    ],
                    "width": 149
                }
            },
            "extra": {
                "fatal_item_ids": [

                ],
                "logid": "20240820144941F861315781C8A127B7DA",
                "now": 1724136581000
            },
            "log_pb": {
                "impr_id": "20240820144941F861315781C8A127B7DA"
            },
            "status_code": 0
        },
        "item": {
            "extra": {
                "fatal_item_ids": [

                ],
                "logid": "2024082014494028C932AA8D8FC01D49E7",
                "now": 1724136581000
            },
            "fallback_page": [

            ],
            "log_pb": {
                "impr_id": "2024082014494028C932AA8D8FC01D49E7"
            },
            "promotion_h5": {
                "basic_info_data": {
                    "bottom_label_list": [
                        {
                            "label_type": 0,
                            "render_type": 0
                        }
                    ],
                    "price_info": {
                        "price": {
                            "min_price": "2???",
                            "suffix": "起"
                        }
                    },
                    "product_id": "3646375844248720539",
                    "title_info": {
                        "title": "【直播专属】iQOO Neo9 Pro 5G手机 天玑9300"
                    }
                },
                "collapse_detail": true,
                "comment_data": {
                    "buyer_show": {
                        "title_bar": {
                            "link": "aweme://ecom_buyer_show?title=%E4%B9%B0%E5%AE%B6%E7%A7%80&product_id=3646375844248720539&track_params=%7B%22comment_entrance%22%3A%22product_detail%22%2C%22comment_module%22%3A%22selected_comment%22%7D"
                        }
                    },
                    "good_comment": {
                        "comment_list": [
                            {
                                "avatar": "https://p26.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813_oMgPNEmgzIISAAgB5OAjQADiBnrKZAo5iUBPy.jpeg?from=4010531038",
                                "comment_id": 8658781832395292955,
                                "content": "一直喜欢iqoo系列,手机红白魂颜色很新颖,橘子系统很流畅!给好评!",
                                "name": "浪**6"
                            },
                            {
                                "avatar": "https://p3.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813c001_okAezhgTE2zA87A4ICCAqCfA6AEdwAtWJVA8HH.jpeg?from=4010531038",
                                "comment_id": 1268739880805056777,
                                "content": "手感不错,外观比较耐看,手机较轻用着不会太累。",
                                "name": "平**t"
                            }
                        ],
                        "media_list": [
                            {
                                "image_info": {
                                    "thumbnail": "https://p3-sign.douyinpic.com/douyin-user-image-file/ebdd66fca65487c8096ec9641327d99a~tplv-shrink:169:169.webp?lk3s=d86516ab&x-expires=1724781600&x-signature=njCR8ZPhajs55%2BNe118p3eXVf%2BM%3D&from=3630503595",
                                    "url": "https://p3-sign.douyinpic.com/douyin-user-image-file/ebdd66fca65487c8096ec9641327d99a~tplv-shrink:1080:1080.webp?lk3s=d86516ab&x-expires=1724781600&x-signature=on5%2Fbx2qx10eQSUjeFeObA%2FXl2Q%3D&from=3630503595"
                                },
                                "type": 1,
                                "video_info": [

                                ]
                            },
                            {
                                "image_info": {
                                    "thumbnail": "https://p3-sign.douyinpic.com/douyin-user-image-file/3ee14fe556a19a5917c1145c507b8551~tplv-shrink:169:169.webp?lk3s=d86516ab&x-expires=1724781600&x-signature=hHHL7ZCFV0ltduzAmsjYDvvCw4g%3D&from=3630503595",
                                    "url": "https://p3-sign.douyinpic.com/douyin-user-image-file/3ee14fe556a19a5917c1145c507b8551~tplv-shrink:1080:1080.webp?lk3s=d86516ab&x-expires=1724781600&x-signature=kEyEfvtrGEjeompD50rT8ChZy9M%3D&from=3630503595"
                                },
                                "type": 1,
                                "video_info": [

                                ]
                            },
                            {
                                "image_info": {
                                    "thumbnail": "https://p9-sign.douyinpic.com/douyin-user-image-file/f375b5097463110d5d0675aac345034a~tplv-shrink:169:169.webp?lk3s=d86516ab&x-expires=1724781600&x-signature=0vImIB7myH90Qqm8Ns1cHqPELvo%3D&from=3630503595",
                                    "url": "https://p3-sign.douyinpic.com/douyin-user-image-file/f375b5097463110d5d0675aac345034a~tplv-shrink:1080:1080.webp?lk3s=d86516ab&x-expires=1724781600&x-signature=%2FW%2FnlOdx%2FuUe5KFzm6%2BTK73chzs%3D&from=3630503595"
                                },
                                "type": 1,
                                "video_info": [

                                ]
                            }
                        ],
                        "tag_list": [
                            {
                                "num": 33,
                                "sentiment": 1,
                                "text": "物流很好"
                            },
                            {
                                "num": 32,
                                "sentiment": 1,
                                "text": "物美价廉"
                            },
                            {
                                "num": 29,
                                "sentiment": 1,
                                "text": "商家服务好"
                            },
                            {
                                "num": 20,
                                "sentiment": 1,
                                "text": "回头客"
                            },
                            {
                                "num": 7,
                                "sentiment": 1,
                                "text": "推荐"
                            },
                            {
                                "num": 4,
                                "sentiment": 1,
                                "text": "会回购"
                            }
                        ],
                        "title_bar": {
                            "link": "sslocal://ec_goods_comment/?comment_entrance=product_flow_page&product_id=3646375844248720539&show_header=1",
                            "sum": 152
                        }
                    },
                    "good_evaluation": [

                    ],
                    "shop_extra_comment": {
                        "title_bar": [

                        ]
                    },
                    "style_type": 0
                },
                "footer_data": {
                    "big_button_list": [
                        {
                            "bg_color": "#FE2C5557",
                            "button_status": "disable",
                            "button_type": 0,
                            "sub_text_info": [

                            ],
                            "text_info": {
                                "color": "#FFFFFF",
                                "content": "已下架"
                            }
                        }
                    ],
                    "small_button_list": [
                        {
                            "icon_url": "https://lf3-static.bytednsdoc.com/obj/eden-cn/ljylttvjl_lmp/ljhwZthlaukjlkulzlp/ecom_detail/detail_page__shop_icon--gray.png",
                            "name": "店铺"
                        },
                        {
                            "icon_url": "https://lf3-static.bytednsdoc.com/obj/eden-cn/jpw_uvlnpw/ljhwZthlaukjlkulzlp/pigeon_icon/new/good_detail.png",
                            "name": "客服"
                        },
                        {
                            "icon_url": "https://p26-piu.byteimg.com/tos-cn-i-8jisjyls3a/5839312b6e2348109c5328267a75dc5a~tplv-8jisjyls3a-3:0:0:q75.png",
                            "name": "购物车",
                            "subscript": "0"
                        }
                    ]
                },
                "head_figure_data": {
                    "container_size": 0,
                    "live_info": {
                        "icon": "https://p6-piu.byteimg.com/tos-cn-i-8jisjyls3a/9bf3470d67b547f18f5899eeadd83a52~tplv-8jisjyls3a-3:0:0:q75.png",
                        "status": "replay",
                        "text": "讲解回放",
                        "url": "sslocal://shopping/playback/?author_id=4416081116804520&enter_scene=product_detail&entrance_info=%7B%22follow_status%22%3A%220%22%2C%22source_page%22%3A%22product_detail%22%2C%22model_type%22%3A%222%22%2C%22_psm_%22%3A%22ecom.product.pack%22%2C%22_method_%22%3A%22MGetProductReplay%22%2C%22ecom_entrance_form%22%3A%22replay_popup_card%22%2C%22goods_fragment_type%22%3A%22recommend%22%7D&fragment_id=7374977423546256164&model_type=2&promotion_id=3646375844248720539&room_id=7374971813002070835&sec_author_id=MS4wLjABAAAAqya1cgDoJcDc64Gfd6Hwesz8cdFHigPWLjwcuDXQdIOW3MeCY42npoKsYHhfMJwy&source_page=product_detail"
                    },
                    "media_list": [
                        {
                            "content_list": [
                                {
                                    "combination_info": {
                                        "combination_jump": [

                                        ]
                                    },
                                    "cover_url": "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_3c0394bbc7641ada88031c740f67643a_sx_176043_www600-600~tplv-5mmsx3fupr-resize_q:1080:1080:q90.png",
                                    "head_video_size": "9_16",
                                    "height": 1024,
                                    "url": "https://v5-g.douyinvod.com/f9ccf2d536b817f28e026cc92ad1cf48/66c44aa2/video/tos/cn/tos-cn-v-800a60/oQrhgzgImxfngojN2QEdtmy7PKUoTBoEhEiAIm/?a=1128&ch=0&cr=7&dr=2&er=0&cd=0%7C0%7C0%7C1&cv=1&br=301&bt=301&cs=4&ds=6&ft=OXXf~77JWH6BMUb4WFr0PD1IN&mime_type=video_mp4&qs=11&rc=ZzU4ZWU1M2hmOzdmNWk7ZEBpM2VkdTc6ZmtpbDMzNGRoM0A1YC8xLTUzXzExLWIzMjMuYSNnZWBkcjRnLWJgLS1kYGFzcw%3D%3D&btag=c0010e00095200&cdn_n80=1&cquery=100L&dy_q=1724136580&feature_id=22eebe935d739141bc75f57beca62d29&l=2024082014494028C932AA8D8FC01D49E7&req_cdn_type=",
                                    "width": 576
                                }
                            ],
                            "name": "商品",
                            "type": "video"
                        },
                        {
                            "content_list": [
                                {
                                    "combination_info": {
                                        "combination_jump": [

                                        ]
                                    },
                                    "height": 0,
                                    "url": "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_3c0394bbc7641ada88031c740f67643a_sx_176043_www600-600~tplv-5mmsx3fupr-resize_q:1080:1080:q90.png",
                                    "width": 0
                                },
                                {
                                    "combination_info": {
                                        "combination_jump": [

                                        ]
                                    },
                                    "height": 0,
                                    "url": "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_c4074377d32b1f2eec5dde3a6cfd87f9_sx_144812_www600-600~tplv-5mmsx3fupr-resize_q:1080:1080:q90.png",
                                    "width": 0
                                },
                                {
                                    "combination_info": {
                                        "combination_jump": [

                                        ]
                                    },
                                    "height": 0,
                                    "url": "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_428e57e4904c95ba34b5a4b66d31b82a_sx_228639_www600-600~tplv-5mmsx3fupr-resize_q:1080:1080:q90.png",
                                    "width": 0
                                },
                                {
                                    "combination_info": {
                                        "combination_jump": [

                                        ]
                                    },
                                    "height": 0,
                                    "url": "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_8b65061947117120f93abd2e4c98a79d_sx_115737_www600-600~tplv-5mmsx3fupr-resize_q:1080:1080:q90.png",
                                    "width": 0
                                },
                                {
                                    "combination_info": {
                                        "combination_jump": [

                                        ]
                                    },
                                    "height": 0,
                                    "url": "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_96c9cdab8a6068cf124ea86e5b189e04_sx_163176_www600-600~tplv-5mmsx3fupr-resize_q:1080:1080:q90.png",
                                    "width": 0
                                }
                            ],
                            "name": "商品",
                            "type": "image"
                        }
                    ],
                    "style_type": 0
                },
                "init_popup_data": {
                    "find_sim": [

                    ]
                },
                "pack_detail": {
                    "style_type": 0
                },
                "page_data": [

                ],
                "product_support_info_data": {
                    "header_content": {
                        "background": "#FFFFFF",
                        "content_color": "#161823",
                        "service_tag": [

                        ]
                    },
                    "logistics_content": {
                        "content_list": [
                            {
                                "coms": [
                                    {
                                        "border_radius": "",
                                        "type": "icon",
                                        "url": "https://lf3-static.bytednsdoc.com/obj/eden-cn/nmeh7nulmuhknuhog/detail_tag_icon/pre_sale_tag.png"
                                    },
                                    {
                                        "border_radius": "",
                                        "text": "最晚15天内发货,包邮",
                                        "type": "text"
                                    }
                                ],
                                "label_type": 4,
                                "link": ""
                            }
                        ],
                        "title": "物流"
                    },
                    "safety_content": {
                        "content_list": [
                            {
                                "coms": [
                                    {
                                        "text": "7天无理由退货",
                                        "type": "text"
                                    },
                                    {
                                        "color": "rgba(22, 24, 35, 0.5)",
                                        "text": "·",
                                        "type": "text"
                                    },
                                    {
                                        "text": "运费险",
                                        "type": "text"
                                    },
                                    {
                                        "color": "rgba(22, 24, 35, 0.5)",
                                        "text": "·",
                                        "type": "text"
                                    },
                                    {
                                        "text": "极速退款",
                                        "type": "text"
                                    }
                                ],
                                "label_type": 1,
                                "render_type": 0
                            }
                        ],
                        "safety_popup_content": [
                            {
                                "content": "符合相应条件时,消费者可申请7天无理由退货",
                                "left_icon": "http://p3-item.ecombdimg.com/tos-cn-i-5mmsx3fupr/second_page_common_icon_blue.png~tplv-5mmsx3fupr-image.webp",
                                "title": "7天无理由退货",
                                "url": "sslocal://webcast_webview?pad_ratio=0.5&enable_pad_ratio=1&screen_size_adaptation=1&enable_pad_adapter=1&landscape_custom_height=1&rate_height=360&loader_name=forest&use_wk_falcon=1&use_real_screen_height=1&add_safe_area_height=0&pull_down_close=1&mask_alpha=0.5&hide_status_bar=0&radius=20&up_height_percent=73&hide_nav_bar=1&up_offset_height=400&hide_loading=1&type=popup&width_percent=100&up_full_screen=1&status_bar_color=black&enable_share=0&trans_status_bar=1&height_percent=73&gravity=bottom&top_level=1&up_trans_status_bar=1&web_bg_color=ffffffff&url=https%3A%2F%2Fffh.jinritemai.com%2Fforest%2Frender%2Ffe%2Ftemplate%2Fchannel%2Fecommerce_price_protection_h5%2Fhtml%2Fservice-rule%2Findex.html%3Fenter_from%3Da1.b03129%26enter_from_live_saas%3D0%26__pia_manifest__%3D%257B%2522worker%2522%253Atrue%252C%2522page_name%2522%253A%2522service-rule%2522%252C%2522public_path%2522%253A%2522https%253A%252F%252Flf-webcast-sourcecdn-tos.bytegecko.com%252Fobj%252Fbyte-gurd-source%252F10181%252Fgecko%252Fresource%252Fecommerce_price_protection_h5%252F%2522%252C%2522gecko_channel%2522%253A%2522ecommerce_price_protection_h5%2522%257D%26privilege_code%3Dsupport_7days_refund%26biz_params%3D"
                            },
                            {
                                "content": "退货或换货,均可享受一定金额的运费补贴(全球购商品不支持换货)",
                                "left_icon": "http://p3-item.ecombdimg.com/tos-cn-i-5mmsx3fupr/second_page_common_icon_blue.png~tplv-5mmsx3fupr-image.webp",
                                "title": "运费险",
                                "url": "sslocal://webcast_webview?pad_ratio=0.5&enable_pad_ratio=1&screen_size_adaptation=1&enable_pad_adapter=1&landscape_custom_height=1&rate_height=360&loader_name=forest&use_wk_falcon=1&use_real_screen_height=1&add_safe_area_height=0&pull_down_close=1&mask_alpha=0.5&hide_status_bar=0&radius=20&up_height_percent=73&hide_nav_bar=1&up_offset_height=400&hide_loading=1&type=popup&width_percent=100&up_full_screen=1&status_bar_color=black&enable_share=0&trans_status_bar=1&height_percent=73&gravity=bottom&top_level=1&up_trans_status_bar=1&web_bg_color=ffffffff&url=https%3A%2F%2Fffh.jinritemai.com%2Fforest%2Frender%2Ffe%2Ftemplate%2Fchannel%2Fecommerce_price_protection_h5%2Fhtml%2Fservice-rule%2Findex.html%3Fprivilege_code%3Dinsurance_freight%26enter_from%3Da1.b4943%26enter_from_live_saas%3D0%26biz_params%3D%26__pia_manifest__%3D%257B%2522worker%2522%253Atrue%252C%2522page_name%2522%253A%2522service-rule%2522%252C%2522public_path%2522%253A%2522https%253A%252F%252Flf-webcast-sourcecdn-tos.bytegecko.com%252Fobj%252Fbyte-gurd-source%252F10181%252Fgecko%252Fresource%252Fecommerce_price_protection_h5%252F%2522%252C%2522gecko_channel%2522%253A%2522ecommerce_price_protection_h5%2522%257D"
                            },
                            {
                                "content": "满足相应条件时,待发货状态下,提交退款申请将免审核立即退款",
                                "left_icon": "http://p3-item.ecombdimg.com/tos-cn-i-5mmsx3fupr/second_page_common_icon_blue.png~tplv-5mmsx3fupr-image.webp",
                                "title": "极速退款",
                                "url": "sslocal://webcast_webview?pad_ratio=0.5&enable_pad_ratio=1&screen_size_adaptation=1&enable_pad_adapter=1&landscape_custom_height=1&rate_height=360&loader_name=forest&use_wk_falcon=1&use_real_screen_height=1&add_safe_area_height=0&pull_down_close=1&mask_alpha=0.5&hide_status_bar=0&radius=20&up_height_percent=73&hide_nav_bar=1&up_offset_height=400&hide_loading=1&type=popup&width_percent=100&up_full_screen=1&status_bar_color=black&enable_share=0&trans_status_bar=1&height_percent=73&gravity=bottom&top_level=1&up_trans_status_bar=1&web_bg_color=ffffffff&url=https%3A%2F%2Fffh.jinritemai.com%2Fforest%2Frender%2Ffe%2Ftemplate%2Fchannel%2Fecommerce_price_protection_h5%2Fhtml%2Fservice-rule%2Findex.html%3Fprivilege_code%3Drefund_speed%26enter_from%3Da1.b4943%26enter_from_live_saas%3D0%26biz_params%3D%257B%2522first_cid%2522%253A20007%252C%2522fourth_cid%2522%253A0%252C%2522second_cid%2522%253A31860%252C%2522shop_id%2522%253A43083096%252C%2522third_cid%2522%253A0%257D%26__pia_manifest__%3D%257B%2522worker%2522%253Atrue%252C%2522page_name%2522%253A%2522service-rule%2522%252C%2522public_path%2522%253A%2522https%253A%252F%252Flf-webcast-sourcecdn-tos.bytegecko.com%252Fobj%252Fbyte-gurd-source%252F10181%252Fgecko%252Fresource%252Fecommerce_price_protection_h5%252F%2522%252C%2522gecko_channel%2522%253A%2522ecommerce_price_protection_h5%2522%257D"
                            },
                            {
                                "content": "查看商家详细资质信息",
                                "left_icon": "http://p3-item.ecombdimg.com/tos-cn-i-5mmsx3fupr/second_page_common_icon_blue.png~tplv-5mmsx3fupr-image.webp",
                                "title": "商家资质",
                                "url": "https://haohuo.jinritemai.com/views/shop/multipleLicenses?id=WEfWYcMM"
                            },
                            {
                                "content": "点击查看平台公示专区",
                                "left_icon": "http://p3-item.ecombdimg.com/tos-cn-i-5mmsx3fupr/second_page_common_icon_blue.png~tplv-5mmsx3fupr-image.webp",
                                "tag": "public_zone",
                                "title": "本商品享受上述商家服务",
                                "url": "https://mix.jinritemai.com/falcon/mix_page/index.html?__live_platform__=webcast&allowMediaAutoPlay=1&enter_from=others&hide_nav_bar=1&hide_system_video_poster=1&id=7117178766052294949&origin_type=others&should_full_screen=1&trans_status_bar=1&ttwebview_extension_mixrender=1"
                            }
                        ],
                        "service_type": "6,2,5,9,10"
                    }
                },
                "redirect_location_v2": "",
                "shop_coupon_data": [

                ],
                "shop_info": {
                    "basic_info": {
                        "account_url": "",
                        "background": "",
                        "brand_icon": "",
                        "grade_info": {
                            "is_new_style": true,
                            "score": 4.5
                        },
                        "new_brand_icon": "",
                        "shop_extra_info": null,
                        "shop_icon_list": null,
                        "shop_link_button": {
                            "background": "#FE2C55FF",
                            "link": "sslocal://goods/store?entrance_location=product_detail_live&pass_through_api=%7B%22pre_product_id_new%22%3A%223646375844248720539%22%2C%22product_author_info_map%22%3A%22%7B%5C%223646375844248720539%5C%22%3A%5B%5C%22MS4wLjABAAAA2I9NdgAKZrz9e0tLm1csyDMNqLESPDm34TdYYqXe8-I%5C%22%5D%7D%22%7D&sec_shop_id=WEfWYcMM&url_maker=shop_sdk",
                            "text": "进店逛逛"
                        },
                        "shop_logo": "https://p26-item.ecombdimg.com/img/tos-cn-i-6vegkygxbk/16277d5d94ea4a4ebbb4727cd9815417~tplv-5mmsx3fupr-resize:74:74.png",
                        "shop_name": "iQOO幸允专卖店",
                        "status_icon_info": null
                    },
                    "style_type": 0
                },
                "style_type": 0
            },
            "status_code": 0
        },
        "sku": {
            "specs": [
                {
                    "spec_items": [
                        {
                            "name": "红白魂",
                            "id": "1786414860843033"
                        },
                        {
                            "name": "航海蓝",
                            "id": "1786414860843049"
                        },
                        {
                            "name": "格斗黑",
                            "id": "1786414860843065"
                        }
                    ],
                    "name": "机身颜色",
                    "spec_type": 0
                },
                {
                    "spec_items": [
                        {
                            "name": "12GB+256GB",
                            "id": "1780456948357120"
                        },
                        {
                            "name": "12GB+512GB",
                            "id": "1780456948357136"
                        },
                        {
                            "name": "16GB+512GB",
                            "id": "1780456948357152"
                        },
                        {
                            "name": "16GB+1TB",
                            "id": "1786414860846300"
                        }
                    ],
                    "name": "存储容量",
                    "spec_type": 0
                },
                {
                    "spec_items": [
                        {
                            "name": "全网通5G",
                            "id": "1780456948572172"
                        }
                    ],
                    "name": "网络类型",
                    "spec_type": 0
                }
            ],
            "skus": {
                "1786414860843049_1780456948357136_1780456948572172": {
                    "limit_min": 1,
                    "price": 293700,
                    "stock_num": 2,
                    "user_min_limit": 1,
                    "sku_id": "3391961757973506",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843049_1786414860846300_1780456948572172": {
                    "limit_min": 1,
                    "price": 357700,
                    "stock_num": 4,
                    "user_min_limit": 1,
                    "sku_id": "3391961757974018",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843049_1780456948357120_1780456948572172": {
                    "limit_min": 1,
                    "price": 266200,
                    "stock_num": 4,
                    "user_min_limit": 1,
                    "sku_id": "3391961757972994",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843049_1780456948357152_1780456948572172": {
                    "limit_min": 1,
                    "price": 321200,
                    "stock_num": 4,
                    "user_min_limit": 1,
                    "sku_id": "3391961757973762",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843033_1780456948357152_1780456948572172": {
                    "limit_min": 1,
                    "price": 321200,
                    "stock_num": 3,
                    "user_min_limit": 1,
                    "sku_id": "3391961757972482",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843065_1780456948357152_1780456948572172": {
                    "limit_min": 1,
                    "price": 321200,
                    "stock_num": 2,
                    "user_min_limit": 1,
                    "sku_id": "3391961757975042",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843065_1780456948357120_1780456948572172": {
                    "limit_min": 1,
                    "price": 266200,
                    "stock_num": 3,
                    "user_min_limit": 1,
                    "sku_id": "3391961757974274",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843065_1780456948357136_1780456948572172": {
                    "limit_min": 1,
                    "price": 293700,
                    "stock_num": 3,
                    "user_min_limit": 1,
                    "sku_id": "3391961757974786",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843065_1786414860846300_1780456948572172": {
                    "limit_min": 1,
                    "price": 357700,
                    "stock_num": 4,
                    "user_min_limit": 1,
                    "sku_id": "3391961757975298",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843033_1780456948357120_1780456948572172": {
                    "limit_min": 1,
                    "price": 266200,
                    "stock_num": 1,
                    "user_min_limit": 1,
                    "sku_id": "3391961757971714",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843033_1780456948357136_1780456948572172": {
                    "limit_min": 1,
                    "price": 293700,
                    "stock_num": 1,
                    "user_min_limit": 1,
                    "sku_id": "3391961757972226",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                },
                "1786414860843033_1786414860846300_1780456948572172": {
                    "limit_min": 1,
                    "price": 357700,
                    "stock_num": 2,
                    "user_min_limit": 1,
                    "sku_id": "3391961757972738",
                    "limit_max": 5,
                    "can_select": false,
                    "product_category": {
                        "third_cid": 0,
                        "second_cid": 31860,
                        "first_cid": 20007,
                        "fourth_cid": 0
                    }
                }
            },
            "pic": {
                "1786414860843065": "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_3c0394bbc7641ada88031c740f67643a_sx_176043_www600-600~tplv-5mmsx3fupr-resize:300:0.png",
                "1786414860843049": "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_96c9cdab8a6068cf124ea86e5b189e04_sx_163176_www600-600~tplv-5mmsx3fupr-resize:300:0.png",
                "1786414860843033": "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_428e57e4904c95ba34b5a4b66d31b82a_sx_228639_www600-600~tplv-5mmsx3fupr-resize:300:0.png"
            },
            "big_pic": {
                "1786414860843065": "https://p3-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_3c0394bbc7641ada88031c740f67643a_sx_176043_www600-600~tplv-5mmsx3fupr-resize:1200:0.png",
                "1786414860843049": "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_96c9cdab8a6068cf124ea86e5b189e04_sx_163176_www600-600~tplv-5mmsx3fupr-resize:1200:0.png",
                "1786414860843033": "https://p26-item.ecombdimg.com/img/ecom-shop-material/WEfWYcMM_m_428e57e4904c95ba34b5a4b66d31b82a_sx_228639_www600-600~tplv-5mmsx3fupr-resize:1200:0.png"
            }
        },
        "app_ver": "1.0.0-6.2",
        "_ddf": "fca",
        "app_ver_check": "ok",
        "format_check": "ok"
    },
    "error": "",
    "secache": "a8183e7c53d7aa3d6f3491bcddbc160a",
    "secache_time": 1724136613,
    "secache_date": "2024-08-20 14:50:13",
    "reason": "",
    "error_code": "0000",
    "cache": 0,
    "api_info": "today:53 max:10000 all[4853=53+45+4755];expires:2030-10-30",
    "execution_time": "8.761",
    "server_time": "Beijing/2024-08-20 14:50:13",
    "client_ip": "106.6.33.23",
    "call_args": {
        "num_iid": "3646375844248720539"
    },
    "api_type": "douyin",
    "server_memory": "1.2MB",
    "last_id": "delay"
}

  • 7
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值