多种语言采集淘宝京东价格监控API接口,json响应示例参考

淘宝和京东作为国内主流电商平台,均提供价格监控相关的API接口,但接口的开放程度、使用规则及功能细节存在差异。以下是针对两大平台价格监控API的核心对比与分析:

一、淘宝价格监控API接口

  1. 接口类型与功能
    • 商品详情接口(如taobao.item.get:可获取商品基本信息(标题、价格、库存等),但价格字段可能为静态值,无法直接获取实时价格波动。
    • 促销活动接口:部分接口可返回促销价(如满减、折扣),但需结合商品详情接口综合分析。
    • 第三方数据服务:淘宝未完全开放实时价格监控API,开发者可通过第三方数据服务商获取更全面的价格数据,但需注意数据合法性与合规性。
  2. 使用限制
    • 调用频率限制:淘宝API对调用频率有严格限制(如每秒请求数),超限可能导致封禁。
    • 权限要求:需申请开发者账号并获取App Key和App Secret,部分高级接口需企业资质认证。
    • 数据准确性:由于淘宝反爬机制,直接抓取页面数据可能面临封禁风险,建议优先使用官方API。
  3. 适用场景
    • 商品价格趋势分析(需结合历史数据)。
    • 促销活动监控(如双11、618等大促期间)。
    • 竞品价格对比(需配合其他平台API)。

二、京东价格监控API接口

  1. 接口类型与功能
    • 商品价格接口(如JD.item_price:可直接获取商品实时价格、到手价、促销价等,支持多维度筛选(如区域、店铺)。
    • 价格历史接口:部分接口可返回商品历史价格数据,便于分析价格波动趋势。
    • 批量查询接口:支持一次性查询多个商品价格,提高效率。
  2. 使用限制
    • 调用频率限制:京东API同样有调用频率限制,但部分接口提供付费升级服务以提升配额。
    • 权限要求:需注册京东开发者账号并申请API权限,部分接口需企业资质。
    • 数据字段限制:部分敏感字段(如成本价)可能不开放,需根据业务需求选择接口。
  3. 适用场景
    • 实时价格监控(如库存预警、价格波动预警)。
    • 历史价格分析(如制定定价策略)。
    • 跨平台价格对比(结合淘宝、拼多多等平台API)。

三、淘宝响应示例(部分参考)

{
	"item": {
		"item": {
			" detail-title": {
				"prefixLogo": [],
				"name": "mrbq-detail-title",
				"suffixLogo": [],
				"title": "南在南方网红爆款厚底人字拖鞋女款夏外穿2025新款百搭软底凉拖鞋"
			},
			" detail-daily-price": {
				"extraPriceColor": "#999999",
				"priceColor": "FF2E2E",
				"name": "mrbq-detail-daily-price",
				"discountVO": {
					"infoList": [
						{
							"text": "官方立减15%省6.9元",
							"textColor": "#FF2E2E"
						}
					]
				},
				"goodsInfo": {
					"textColor": "FF2E2E",
					"sales": "已售 1000+"
				}
			},
			" detail-params": {
				"keywords": [
					"品牌",
					"风格",
					"里料材质",
					"尺码",
					"销售渠道类型",
					"适用对象",
					"适合场合",
					"帮面材质",
					"鞋制作工艺",
					"后跟高",
					"上市年份季节",
					"产地",
					"鞋垫材质",
					"跟底款式",
					"图案",
					"鞋底材质",
					"鞋靴闭合方式",
					"颜色分类"
				],
				"floating": {
					"paramList": [
						{
							"name": "品牌",
							"value": "南在南方"
						},
						{
							"name": "风格",
							"value": "休闲"
						},
						{
							"name": "里料材质",
							"value": "PU"
						},
						{
							"name": "尺码",
							"value": "35,40,37,36,38,39"
						},
						{
							"name": "销售渠道类型",
							"value": "纯电商(只在线上销售)"
						},
						{
							"name": "适用对象",
							"value": "青年"
						},
						{
							"name": "适合场合",
							"value": "日常"
						},
						{
							"name": "帮面材质",
							"value": "PU"
						},
						{
							"name": "鞋制作工艺",
							"value": "胶粘鞋"
						},
						{
							"name": "后跟高",
							"value": "中跟(3-5cm)"
						},
						{
							"name": "上市年份季节",
							"value": "2025年夏季"
						},
						{
							"name": "产地",
							"value": "中国"
						},
						{
							"name": "鞋垫材质",
							"value": "PU"
						},
						{
							"name": "跟底款式",
							"value": "平底"
						},
						{
							"name": "图案",
							"value": "纯色"
						},
						{
							"name": "鞋底材质",
							"value": "橡胶"
						},
						{
							"name": "鞋靴闭合方式",
							"value": "一脚蹬"
						},
						{
							"name": "颜色分类",
							"value": "银色,紫色,黑色,紫色升级版,黑色升级版,米色升级版,银色升级版,米色"
						}
					]
				},
				"name": "mrbq-detail-params"
			},
			" detail-rate": {
				"keywords": [
					{
						"count": "14",
						"attribute": "300021029-11",
						"type": "1",
						"word": "质量很好"
					},
					{
						"count": "4",
						"attribute": "300151001-11",
						"type": "1",
						"word": "图片颜色好看"
					},
					{
						"count": "2",
						"attribute": "300011482-11",
						"type": "1",
						"word": "不会磨脚"
					},
					{
						"count": "4",
						"attribute": "300051000-11",
						"type": "1",
						"word": "码子大小标准"
					},
					{
						"count": "9",
						"attribute": "300011292-11",
						"type": "1",
						"word": "很舒服"
					},
					{
						"count": "4",
						"attribute": "300151007-11",
						"type": "1",
						"word": "形状很好看"
					}
				],
				"arrow": "true",
				"name": "mrbq-detail-rate",
				"disableKeywordStaticData": "false",
				"title": "评价(900+)",
				"group": {
					"items": [
						{
							"dateTime": "2025-06-05",
							"userStarPic": "",
							"memberLevel": "6",
							"createTimeInterval": "1周前",
							"media": [
								{
									"videoUrl": "//gw.alicdn.com/bao/uploaded//play/u/null/p/1/d/hd/e/6/t/1/521954561615.mp4",
									"imageUrl": "//gw.alicdn.com/bao/uploaded//imgextra/i4/O1CN01vxRn4X1aKUQxmXvVW_!!4611686018427387119-0-tbbala.jpg",
									"type": "video"
								}
							],
							"userName": "t**",
							"headPic": "//sns.m.taobao.com/avatar/sns/user/flag/sns_logo?type=taobao&kn=wwc_tb_11&bizCode=taobao_avatar&userFlag=RAzN84GK7wS8eP14wH4fEyBPsmMsRAisQaTfBvfKX2TTJSV7kpBmhnf8J63uk9KBk1CDHQYiTsoNAAndZ4nwyjE8H9s2NzhVpw6ZiVjc6hCrRqw5WVoGTiRi4UZpwHwhiGrG4eafGs11ukfiVeFvfthRYntDoeevCQn5PYm",
							"content": "非常好穿,我買咗黑色7號不會太大咗,剛剛好合腳,走路夾腳處都不會磨腳👍👍👍👍",
							"isVip": "true",
							"mediaSize": "1",
							"feedId": "1274231994937",
							"blackCardUserUrl": "",
							"skuInfo": "颜色分类:黑色;尺码:37",
							"tmallMemberLevel": "0"
						},
						{
							"dateTime": "2025-05-30",
							"userStarPic": "",
							"memberLevel": "7",
							"createTimeInterval": "2周前",
							"media": [
								{
									"videoUrl": "",
									"imageUrl": "//gw.alicdn.com/bao/uploaded/i4/O1CN01xUO4KH1C4s9N9jh8a_!!4611686018427380476-0-tbbala.jpg",
									"type": "image"
								},
								{
									"videoUrl": "",
									"imageUrl": "//gw.alicdn.com/bao/uploaded/i3/O1CN01K1c3FH1C4s9Mhegnc_!!4611686018427380476-0-tbbala.jpg",
									"type": "image"
								},
								{
									"videoUrl": "",
									"imageUrl": "//gw.alicdn.com/bao/uploaded/i3/O1CN01ncCIGe1C4s9LdNdNN_!!4611686018427380476-0-tbbala.jpg",
									"type": "image"
								}
							],
							"userName": "匿**",
							"headPic": "//img.alicdn.com/imgextra/i4/O1CN01GbZNxl26Vzotrjqli_!!6000000007668-2-tps-160-160.png",
							"content": "舒服好穿 不用累脚 脚踩的软的 值得购买",
							"isVip": "true",
							"mediaSize": "3",
							"feedId": "1273584091008",
							"blackCardUserUrl": "//img.alicdn.com/tfs/TB1wrG1elv0gK0jSZKbXXbK2FXa-225-96.png",
							"skuInfo": "颜色分类:米色升级版[83%买家选择];尺码:35",
							"tmallMemberLevel": "0"
						}
					]
				}
			},
			" detail-main-pic": {
				"imageFrames": [
					{
						"bottomType": "image",
						"dimension": "1:1",
						"url": "https://img.alicdn.com/imgextra/i1/181441304/O1CN01nh2zTN1LVHVzbBH9w_!!181441304.jpg"
					},
					{
						"bottomType": "image",
						"dimension": "1:1",
						"url": "https://img.alicdn.com/imgextra/i3/181441304/O1CN01OOOGBN1LVHW0B6f5D_!!181441304.jpg"
					},
					{
						"bottomType": "image",
						"dimension": "1:1",
						"url": "https://img.alicdn.com/imgextra/i2/181441304/O1CN01iEKEug1LVHW2nhbOi_!!181441304.jpg"
					},
					{
						"bottomType": "image",
						"dimension": "1:1",
						"url": "https://img.alicdn.com/imgextra/i1/181441304/O1CN01tXcf811LVHW1Ryt8q_!!181441304.jpg"
					},
					{
						"bottomType": "image",
						"dimension": "1:1",
						"url": "https://img.alicdn.com/imgextra/i1/181441304/O1CN01e9swMe1LVHW3goxGR_!!181441304.jpg"
					}
				],
				"videoFrames": [
					{
						"bottomType": "video",
						"thumbnailDimension": "3:4",
						"videoId": "514242949225",
						"dimension": "3:4",
						"url": "https://cloud.video.taobao.com/play/u/181441304/p/2/e/6/t/1/514242949225.mp4?appKey=38829",
						"thumbnailUrl": "https://picasso.alicdn.com/imgextra/O1CNA1bfVODa1LVHWmX6wwU_!!181441304-0-psf.jpg"
					}
				],
				"name": "mrbq-detail-main-pic"
			},
			" detail-endorse-tag": {
				"name": "mrbq-detail-endorse-tag",
				"endorseTagList": [
					{
						"backgroundColor": "#FCF3E8",
						"darkBackgroundColor": "#FCF3E8",
						"color": "#FCF3E8",
						"text": "一周内200+人已买",
						"type": "itemDynamicSalesVolume"
					},
					{
						"backgroundColor": "#FCF3E8",
						"darkBackgroundColor": "#FCF3E8",
						"color": "#FCF3E8",
						"text": "超1万人加购",
						"type": "itemAddCartPopulation"
					},
					{
						"backgroundColor": "#FCF3E8",
						"darkBackgroundColor": "#FCF3E8",
						"color": "#FCF3E8",
						"text": "7000+人感兴趣",
						"type": "llmEndorsement"
					},
					{
						"backgroundColor": "#FCF3E8",
						"darkBackgroundColor": "#FCF3E8",
						"color": "#FCF3E8",
						"text": "近7天1万+人逛过",
						"type": "llmEndorsement"
					},
					{
						"backgroundColor": "#FCF3E8",
						"darkBackgroundColor": "#FCF3E8",
						"color": "#FCF3E8",
						"text": "PU材质轻盈柔软",
						"type": "llmEndorsement"
					},
					{
						"backgroundColor": "#FCF3E8",
						"darkBackgroundColor": "#FCF3E8",
						"color": "#FCF3E8",
						"text": "百搭款式日常外穿",
						"type": "llmEndorsement"
					},
					{
						"backgroundColor": "#FCF3E8",
						"darkBackgroundColor": "#FCF3E8",
						"color": "#FCF3E8",
						"text": "休闲风格时尚简约",
						"type": "llmEndorsement"
					}
				]
			},
			" detail-bottom-bar": {
				"leftButtons": [
					{
						"imageUrl": "https://gw.alicdn.com/imgextra/i2/O1CN01XY5dFb1gezkPAaize_!!6000000004168-2-tps-94-88.png",
						"actionUrl": "/pages/home/index",
						"disabled": "false",
						"text": "首页",
						"type": "home"
					},
					{
						"imageUrl": "https://img.alicdn.com/imgextra/i3/O1CN01CQjpgy1C7A1JKcyta_!!6000000000033-2-tps-94-88.png",
						"actionUrl": "https://market.m.taobao.com/app/tb-chatting/chat-universal-page/pages/index/index.html?dingkey=3ce2dacdc7c0c43ad7bc7f9bc7d7a1b8&targetId=cntaobao%E5%8D%97%E5%9C%A8%E5%8D%97%E6%96%B90812&domain=cntaobao&bizDomain=taobao&itemId=906637149849",
						"disabled": "false",
						"text": "客服",
						"type": "customerService"
					},
					{
						"imageUrl": "https://img.alicdn.com/imgextra/i1/O1CN01gEpuVe1q2CMN26KZ0_!!6000000005437-2-tps-94-88.png",
						"disabled": "false",
						"text": "加购物车",
						"type": "addCart"
					}
				],
				"name": "mrbq-detail-bottom-bar",
				"buyButton": {
					"price": {
						"priceViews": [
							{
								"humpInteger": "39"
							}
						],
						"priceUnit": "¥",
						"priceText": "39"
					},
					"disabled": "false",
					"text": "立即抢购",
					"type": "buyNow"
				}
			},
			" detail-global-barrage": {
				"data": [
					{
						"bgColor": "",
						"arrow": "true",
						"location": "all",
						"type": "comment",
						"content": [
							{
								"color": "#FFFFFF",
								"text": "笑**0:"
							},
							{
								"color": "#FFFFFF",
								"text": "鞋子质量不错,穿着合适,价格优惠,和客服小姐姐换了颜色"
							}
						],
						"avatars": [
							"https://img.alicdn.com/sns_logo/i3/O1CN01XFT75J1gqu0kwWCO1_!!6000000004194-2-tps-440-440.png"
						]
					},
					{
						"bgColor": "",
						"arrow": "false",
						"location": "all",
						"type": "clearance_complete",
						"content": [
							{
								"color": "#FFFFFF",
								"text": "14人评价:"
							},
							{
								"color": "#FFFFFF",
								"text": "质量很好"
							}
						]
					},
					{
						"image": "https://gw.alicdn.com/imgextra/i4/O1CN01a7qCOX1en7eAIs0G6_!!6000000003915-2-tps-40-40.png",
						"bgColor": "",
						"arrow": "false",
						"location": "all",
						"type": "overlay",
						"content": [
							{
								"color": "#FFFFFF",
								"text": "一周内200+人下单"
							}
						]
					},
					{
						"image": "https://gw.alicdn.com/imgextra/i4/O1CN01a7qCOX1en7eAIs0G6_!!6000000003915-2-tps-40-40.png",
						"bgColor": "",
						"arrow": "false",
						"location": "all",
						"type": "overlay",
						"content": [
							{
								"color": "#FFFFFF",
								"text": "三天内500+人加购"
							}
						]
					},
					{
						"bgColor": "",
						"arrow": "false",
						"location": "all",
						"type": "action",
						"content": [
							{
								"color": "#FFFFFF",
								"text": "窝**16分钟前正在加购"
							}
						],
						"avatars": [
							"https://img.alicdn.com/sns_logo/i1/2201524090104/O1CN01rjN9Wf1CdfpJQNrHP_!!2201524090104-0-userheaderimgshow.jpg"
						]
					},
					{
						"bgColor": "",
						"arrow": "false",
						"location": "all",
						"type": "action",
						"content": [
							{
								"color": "#FFFFFF",
								"text": "薛**19分钟前正在加购"
							}
						],
						"avatars": [
							"https://img.alicdn.com/sns_logo/i1/3345071666/O1CN01bwHCJv1OB4XyMoTBS_!!3345071666-0-userheaderimgshow.jpg"
						]
					},
					{
						"bgColor": "",
						"arrow": "false",
						"location": "all",
						"type": "action",
						"content": [
							{
								"color": "#FFFFFF",
								"text": "温**22分钟前正在加购"
							}
						],
						"avatars": [
							"https://img.alicdn.com/sns_logo/i2/2429130858/O1CN01ogyXS41ID0rXyvB0z_!!2429130858-0-userheaderimgshow.jpg"
						]
					}
				],
				"maxShowCount": "1",
				"name": "mrbq-detail-global-barrage",
				"scrollIntervalMillis": "1500"
			},
			" detail-banner-recommend": {
				"subTitle": "全网低价 限时直降",
				"actionUrl": "/pages/home/index?spm=mini.bdetail.midrecommend.dhome&itemId=906637149849",
				"name": "mrbq-detail-banner-recommend",
				"bgImage": "https://img.alicdn.com/imgextra/i4/O1CN01GzsVum209ezCnUd1N_!!6000000006807-0-tps-1125-1218.jpg",
				"actionBgImage": "https://gw.alicdn.com/imgextra/i3/O1CN01f1Gbo91Qkv2YqPJza_!!6000000002015-2-tps-208-72.png",
				"titleIcon": "https://img.alicdn.com/imgextra/i4/O1CN01LyCfMS1x2qF9TuQ4K_!!6000000006386-2-tps-224-54.png",
				"actionDesc": "去逛逛"
			}
		},
		"apiStack": {
			"seller": {
				"sellerId": "181441304",
				"extra": [],
				"shopName": "南在南方女鞋",
				"shopId": "57066038"
			},
			"itemId": "906637149849",
			"trackParam": {
				"utcDNow": "20_690^10_9910",
				"traceId": "70042fa373294c83a80675a2e8bbc72b",
				"utcDHot": "",
				"utcDPre": "noProm"
			},
			"price": {
				"0": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955461": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955462": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955460": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955410": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955411": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955414": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955458": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955459": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955412": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955413": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955457": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955450": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955443": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955444": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955441": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955442": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955447": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955403": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955448": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955404": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955445": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955446": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955407": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955408": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955449": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955405": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955406": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955409": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955440": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955432": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955430": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955431": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955439": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955421": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955465": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955422": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955466": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955463": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955464": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955425": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955426": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955423": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955467": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955424": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955468": {
					"priceViews": [
						{
							"humpInteger": "39"
						}
					],
					"priceUnit": "¥",
					"priceText": "39"
				},
				"5934140955429": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955427": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				},
				"5934140955428": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceUnit": "¥",
					"priceText": "47.5"
				}
			},
			"extraPrice": {
				"0": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955461": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955462": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955460": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955410": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955411": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955414": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955458": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955459": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955412": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955413": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955457": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955450": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955443": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955444": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955441": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955442": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955447": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955403": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955448": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955404": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955445": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955446": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955407": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955408": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955449": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955405": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955406": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955409": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955440": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955432": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955430": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955431": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955439": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955421": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955465": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955422": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955466": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955463": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955464": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955425": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955426": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955423": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955467": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955424": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955468": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "45.9"
				},
				"5934140955429": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955427": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				},
				"5934140955428": {
					"priceUnit": "¥",
					"priceTitle": "优惠前",
					"priceText": "55.9"
				}
			},
			"buckets": [],
			"isQueryAlipayHb": "true",
			"promoTaobaoParamMap": {
				"hbblacklist": "haitun_tbblacklist"
			},
			"enableNewbuy": "true",
			"currentSkuId": "5934140955448"
		},
		"skus": {
			"skuQuantity": {
				"min": "1",
				"quantity": "1",
				"max": "2147483647",
				"exceedsLimit": "false",
				"disabled": "false",
				"belowMinText": "低于最少购买件数",
				"title": "数量",
				"desc": "有货",
				"exceedsMaxText": "超出限购数或商品库存上限"
			},
			"skuMarketing": [],
			"name": "mrbq-detail-sku-common",
			"skuCore": {
				"sku2info": {
					"0": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9起"
								}
							],
							"priceText": "45.9起"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39起"
								}
							],
							"priceTitle": "券后",
							"priceText": "39起"
						}
					},
					"5934140955461": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955462": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955460": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955410": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955411": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955414": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955458": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955459": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955412": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955413": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955457": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955450": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955443": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955444": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955441": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955442": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955447": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955403": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955448": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955404": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955445": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955446": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955407": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955408": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955449": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955405": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955406": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955409": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955440": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955432": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955430": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955431": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955439": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955421": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955465": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955422": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955466": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955463": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955464": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955425": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955426": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955423": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955467": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955424": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955468": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "45",
									"humpDecimal": ".9"
								}
							],
							"priceText": "45.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "39"
								}
							],
							"priceTitle": "券后",
							"priceText": "39"
						}
					},
					"5934140955429": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955427": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					},
					"5934140955428": {
						"quantity": "200",
						"price": {
							"priceViews": [
								{
									"humpInteger": "55",
									"humpDecimal": ".9"
								}
							],
							"priceText": "55.9"
						},
						"cartParam": {
							"addCartCheck": "true"
						},
						"quantityText": "有货",
						"subPrice": {
							"priceViews": [
								{
									"humpInteger": "47",
									"humpDecimal": ".5"
								}
							],
							"priceTitle": "券后",
							"priceText": "47.5"
						}
					}
				}
			},
			"selectedSkuId": "5934140955405",
			"selectedPath": "20549:72380707;1627207:71179071",
			"skuHead": {
				"image": "https://gw.alicdn.com/bao/uploaded/i1/181441304/O1CN01MXzget1LVHWZNONrs_!!181441304.jpg",
				"selectedText": "已选:黑色升级版 83%买家选择;37",
				"price": {
					"priceViews": [
						{
							"humpInteger": "55",
							"humpDecimal": ".9"
						}
					],
					"priceText": "55.9"
				},
				"subPrice": {
					"priceViews": [
						{
							"humpInteger": "47",
							"humpDecimal": ".5"
						}
					],
					"priceTitle": "券后",
					"priceText": "47.5"
				}
			},
			"skuBase": {
				"skus": [
					{
						"propPath": "1627207:73133120;20549:296172561",
						"skuId": "5934140955421"
					},
					{
						"propPath": "1627207:73133120;20549:59280855",
						"skuId": "5934140955422"
					},
					{
						"propPath": "1627207:73133120;20549:72380707",
						"skuId": "5934140955423"
					},
					{
						"propPath": "1627207:73133120;20549:103189693",
						"skuId": "5934140955424"
					},
					{
						"propPath": "1627207:73133120;20549:418624880",
						"skuId": "5934140955425"
					},
					{
						"propPath": "1627207:73133120;20549:229418985",
						"skuId": "5934140955426"
					},
					{
						"propPath": "1627207:71179071;20549:296172561",
						"skuId": "5934140955403"
					},
					{
						"propPath": "1627207:71179071;20549:59280855",
						"skuId": "5934140955404"
					},
					{
						"propPath": "1627207:71179071;20549:72380707",
						"skuId": "5934140955405"
					},
					{
						"propPath": "1627207:71179071;20549:103189693",
						"skuId": "5934140955406"
					},
					{
						"propPath": "1627207:71179071;20549:418624880",
						"skuId": "5934140955407"
					},
					{
						"propPath": "1627207:71179071;20549:229418985",
						"skuId": "5934140955408"
					},
					{
						"propPath": "1627207:380700400;20549:296172561",
						"skuId": "5934140955409"
					},
					{
						"propPath": "1627207:380700400;20549:59280855",
						"skuId": "5934140955410"
					},
					{
						"propPath": "1627207:380700400;20549:72380707",
						"skuId": "5934140955411"
					},
					{
						"propPath": "1627207:380700400;20549:103189693",
						"skuId": "5934140955412"
					},
					{
						"propPath": "1627207:380700400;20549:418624880",
						"skuId": "5934140955413"
					},
					{
						"propPath": "1627207:380700400;20549:229418985",
						"skuId": "5934140955414"
					},
					{
						"propPath": "1627207:19771853;20549:296172561",
						"skuId": "5934140955427"
					},
					{
						"propPath": "1627207:19771853;20549:59280855",
						"skuId": "5934140955428"
					},
					{
						"propPath": "1627207:19771853;20549:72380707",
						"skuId": "5934140955429"
					},
					{
						"propPath": "1627207:19771853;20549:103189693",
						"skuId": "5934140955430"
					},
					{
						"propPath": "1627207:19771853;20549:418624880",
						"skuId": "5934140955431"
					},
					{
						"propPath": "1627207:19771853;20549:229418985",
						"skuId": "5934140955432"
					},
					{
						"propPath": "1627207:28329;20549:296172561",
						"skuId": "5934140955457"
					},
					{
						"propPath": "1627207:28329;20549:59280855",
						"skuId": "5934140955458"
					},
					{
						"propPath": "1627207:28329;20549:72380707",
						"skuId": "5934140955459"
					},
					{
						"propPath": "1627207:28329;20549:103189693",
						"skuId": "5934140955460"
					},
					{
						"propPath": "1627207:28329;20549:418624880",
						"skuId": "5934140955461"
					},
					{
						"propPath": "1627207:28329;20549:229418985",
						"skuId": "5934140955462"
					},
					{
						"propPath": "1627207:28341;20549:296172561",
						"skuId": "5934140955439"
					},
					{
						"propPath": "1627207:28341;20549:59280855",
						"skuId": "5934140955440"
					},
					{
						"propPath": "1627207:28341;20549:72380707",
						"skuId": "5934140955441"
					},
					{
						"propPath": "1627207:28341;20549:103189693",
						"skuId": "5934140955442"
					},
					{
						"propPath": "1627207:28341;20549:418624880",
						"skuId": "5934140955443"
					},
					{
						"propPath": "1627207:28341;20549:229418985",
						"skuId": "5934140955444"
					},
					{
						"propPath": "1627207:28322;20549:296172561",
						"skuId": "5934140955445"
					},
					{
						"propPath": "1627207:28322;20549:59280855",
						"skuId": "5934140955446"
					},
					{
						"propPath": "1627207:28322;20549:72380707",
						"skuId": "5934140955447"
					},
					{
						"propPath": "1627207:28322;20549:103189693",
						"skuId": "5934140955448"
					},
					{
						"propPath": "1627207:28322;20549:418624880",
						"skuId": "5934140955449"
					},
					{
						"propPath": "1627207:28322;20549:229418985",
						"skuId": "5934140955450"
					},
					{
						"propPath": "1627207:28330;20549:296172561",
						"skuId": "5934140955463"
					},
					{
						"propPath": "1627207:28330;20549:59280855",
						"skuId": "5934140955464"
					},
					{
						"propPath": "1627207:28330;20549:72380707",
						"skuId": "5934140955465"
					},
					{
						"propPath": "1627207:28330;20549:103189693",
						"skuId": "5934140955466"
					},
					{
						"propPath": "1627207:28330;20549:418624880",
						"skuId": "5934140955467"
					},
					{
						"propPath": "1627207:28330;20549:229418985",
						"skuId": "5934140955468"
					}
				],
				"props": [
					{
						"nameDesc": "(8)",
						"values": [
							{
								"vid": "73133120",
								"image": "https://gw.alicdn.com/bao/uploaded/i2/181441304/O1CN01wdIKQQ1LVHWXTehGS_!!181441304.jpg",
								"canSelect": "true",
								"name": "紫色升级版 83%买家选择",
								"selected": "false"
							},
							{
								"vid": "71179071",
								"image": "https://gw.alicdn.com/bao/uploaded/i1/181441304/O1CN01MXzget1LVHWZNONrs_!!181441304.jpg",
								"corner": {
									"cornerBackgroundColor": "#FF2E2E",
									"cornerBorderColor": "#FFFFFF",
									"cornerText": "近期热销",
									"cornerTextColor": "#FFFFFF"
								},
								"canSelect": "true",
								"name": "黑色升级版 83%买家选择",
								"selected": "true"
							},
							{
								"vid": "380700400",
								"image": "https://gw.alicdn.com/bao/uploaded/i3/181441304/O1CN015MeMbV1LVHWYaF0mS_!!181441304.jpg",
								"canSelect": "true",
								"name": "米色升级版 83%买家选择",
								"selected": "false"
							},
							{
								"vid": "19771853",
								"image": "https://gw.alicdn.com/bao/uploaded/i2/181441304/O1CN01PKkknv1LVHWX8wPjW_!!181441304.jpg",
								"canSelect": "true",
								"name": "银色升级版 83%买家选择",
								"selected": "false"
							},
							{
								"vid": "28329",
								"image": "https://gw.alicdn.com/bao/uploaded/i3/181441304/O1CN018ucsdc1LVHW5cqEJx_!!181441304.jpg",
								"canSelect": "true",
								"name": "紫色",
								"selected": "false"
							},
							{
								"vid": "28341",
								"image": "https://gw.alicdn.com/bao/uploaded/i2/181441304/O1CN01p75ho81LVHVzKoGPI_!!181441304.jpg",
								"canSelect": "true",
								"name": "黑色",
								"selected": "false"
							},
							{
								"vid": "28322",
								"image": "https://gw.alicdn.com/bao/uploaded/i2/181441304/O1CN01ZkLWeW1LVHW66GG1L_!!181441304.jpg",
								"canSelect": "true",
								"name": "米色",
								"selected": "false"
							},
							{
								"vid": "28330",
								"image": "https://gw.alicdn.com/bao/uploaded/i4/181441304/O1CN01UvK5K51LVHW6CkDk4_!!181441304.jpg",
								"canSelect": "true",
								"name": "银色",
								"selected": "false"
							}
						],
						"name": "颜色分类",
						"hasImage": "true",
						"pid": "1627207",
						"bigImageMode": "false",
						"switchImageMode": "true"
					},
					{
						"values": [
							{
								"vid": "296172561",
								"canSelect": "true",
								"name": "35",
								"selected": "false"
							},
							{
								"vid": "59280855",
								"canSelect": "true",
								"name": "36",
								"selected": "false"
							},
							{
								"vid": "72380707",
								"canSelect": "true",
								"name": "37",
								"selected": "true"
							},
							{
								"vid": "103189693",
								"canSelect": "true",
								"name": "38",
								"selected": "false"
							},
							{
								"vid": "418624880",
								"canSelect": "true",
								"name": "39",
								"selected": "false"
							},
							{
								"vid": "229418985",
								"canSelect": "true",
								"name": "40",
								"selected": "false"
							}
						],
						"name": "尺码",
						"hasImage": "false",
						"pid": "20549",
						"bigImageMode": "false",
						"switchImageMode": "false"
					}
				]
			},
			"selectedPathStatus": "2"
		},
		"_ddf": "zad"
	},
	"error": "",
	"reason": "",
	"error_code": "0000",

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值