全部
在线测试
淘宝详情页 API(接口已停运,维护中)
接口地址: http://api.vv-tool.com/tool/accounts/item-info
接口介绍: 提供的数据:skuid、sku 价格、收藏数、月销售量、主图、库存、标题、详情页图片 点击查看详情
请求方式: GET
返回格式: JSON
接口收费: 查询 1 次,计 1 次调用(参数不要乱传,商品不存在也会扣次数)
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请求参数
参数 | 类型 | 必选 | 描述 |
---|---|---|---|
url | string | 是 | 商品链接/id |
type | int | 否 | 默认不传,特殊情况请传 2 |
请求示例
url:https://item.taobao.com/item.htm?id=623917802188
或者 url:623917802188
请求代码示例
cURL请求代码示例
curl --location --request GET 'http://api.vv-tool.com/tool/accounts/item-info?url=623917802188' \
--header 'Authorization: Bearer c2c20409e5f3f34437aece02c69b9a9dxxxxxxxx' \
--header 'Cookie: PHPSESSID=8gk3dcemg4j0o1qbol21pjkits; _csrf=8b02ace97213f089b4d9cd38e25973b726ef8adeff34301e048126f7c9838dfca%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22X2np5xeoOxdGZj59T8BNgyNme1l9JH2v%22%3B%7D'
PHP请求代码示例
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "http://api.vv-tool.com/tool/accounts/item-info?url=623917802188",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => array(
"Authorization: Bearer c2c20409e5f3f34437aece02c69b9a9dxxxxxxxx",
"Cookie: PHPSESSID=8gk3dcemg4j0o1qbol21pjkits; _csrf=8b02ace97213f089b4d9cd38e25973b726ef8adeff34301e048126f7c9838dfca%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22X2np5xeoOxdGZj59T8BNgyNme1l9JH2v%22%3B%7D"
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
JAVA请求代码示例
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
Request request = new Request.Builder()
.url("http://api.vv-tool.com/tool/accounts/item-info?url=623917802188")
.method("GET", null)
.addHeader("Authorization", "Bearer c2c20409e5f3f34437aece02c69b9a9dxxxxxxxx")
.addHeader("Cookie", "PHPSESSID=8gk3dcemg4j0o1qbol21pjkits; _csrf=8b02ace97213f089b4d9cd38e25973b726ef8adeff34301e048126f7c9838dfca%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22X2np5xeoOxdGZj59T8BNgyNme1l9JH2v%22%3B%7D")
.build();
Response response = client.newCall(request).execute();
响应参数
参数 | 类型 | 描述 |
---|---|---|
code | int | 返回状态码 |
msg | string | 返回码描述 |
msec | int | 接口执行时间 |
time | int | 接口返回时间 |
data | object | 返回数据信息 |
item | object | 商品 |
item_id | string | 商品 id |
title | string | 商品标题 |
images | array | 商品详情页图片地址,第一个 url 是主图地址 |
category_id | string | 商品分类 id |
root_category_id | string | 根类别 id |
brand_value_id | string | brand_value_id |
count_multiple | array | count_multiple |
theme_type | string | theme_type |
ex_params | array | ex_params |
comment_count | string | 评论数量 |
sku_text | string | sku 文本 |
subtitle | string | 副标题 |
sell_count | string | 销量 |
favcount | string | 收藏人数 |
taobao_desc_url | string | 淘宝详细 url |
tmall_desc_url | string | 天猫详细 url |
taobao_pc_desc_url | string | 淘宝 pc 端详细 url |
open_decoration | boolean | open_decoration |
cart_url | string | 购物车链接 |
seller | object | 卖家信息 |
user_id | string | 卖家 id |
shop_id | string | 第三方卖家店铺 id |
starts | string | 创建时间 |
shop_name | string | 第三方卖家店铺名字 |
shop_url | string | 店铺地址,天猫/c 店 |
tao_shop_url | string | 淘宝店铺地址 |
shop_icon | string | 第三方卖家店铺图标 |
fans | string | 粉丝 |
all_item_count | string | 总商品数量 |
new_item_count | string | 新商品数量 |
show_shop_link_icon | boolean | show_shop_link_icon |
shop_card | string | 店铺卡片 |
seller_type | string | 卖家类型 |
shop_type | string | 店铺类型 |
evaluates | array | 店铺动态评分 |
title | string | 标题 |
score | string | 得分 |
type | string | 类型 |
level | string | 等级 |
level_text | string | 等级评价 |
level_text_color | string | 等级评价颜色 |
level_background_color | string | 等级背景颜色 |
tmall_level_text_color | string | 天猫等级评价颜色 |
tmall_level_background_color | string | 天猫等级背景颜色 |
evaluates2 | array | 店铺动态评分 |
score | string | 得分 |
title_color | string | 标题颜色 |
level | string | 等级 |
level_text | string | 等级评价 |
score_text_color | string | 得分文本颜色 |
level_text_color | string | 等级评价颜色 |
title | string | 标题 |
type | string | 类型 |
seller_nick | string | 旺旺昵称,大部分情况下和店家名称一致 |
tag_icon | string | tag_icon |
credit_level | string | 信用评级 |
credit_level_icon | string | 信用评级图标 |
good_rate_percentage | string | 好评率 |
fbt2user | string | fbt2user |
simple_shop_dostatus | string | simple_shop_dostatus |
shop_version | string | 店铺版本 |
atmosphere_color | string | 店铺主色调 |
shop_text_color | string | 店铺文本颜色 |
entrance_list | array | 入口集合 |
text | string | 文本 |
text_color | string | 文本颜色 |
border_color | string | 边框颜色 |
background_color | string | 背景颜色 |
action | array | 活动 |
params | object | params |
url | string | url |
key | string | key |
track_params | string | track_params |
spm | string | spm |
track_name | string | track_name |
atmophere_mask | boolean | atmophere_mask |
sku_info | array | sku 信息 |
-price | array | sku 价格 |
--price_money | string | price_money |
--price_text | string | 活动价格 |
-quantity | string | 库存 |
sku_info | string | sku 信息 |
skus | array | sku |
prop_path | string | prop_path |
sku_id | string | sku_id |
props | array | props |
pid | string | pid |
values | array | values |
vid | string | vid |
name | string | 规格名字 |
image | string | 规格图片 |
resource | object | 来源 |
entrances | object | 入口 |
ask_all | object | 问大家 |
icon | string | icon |
link | string | 链接 |
text | string | 文本 |
consumer_protection | object | 消费者保护 |
pass_value | string | pass_value |
channel | object | 渠道 |
logo | string | logo |
title | string | 标题 |
framework_info | object | framework_info |
detail_type | string | 详细类型 |
vertical | object | vertical |
ask_all | object | 问大家 |
show_num | string | 展示数量 |
ask_icon | string | 提问图标 |
ask_text | string | 提问文本 |
quest_num | string | 回答数量 |
link_url | string | 链接 |
title | string | 标题 |
params | object | 参数 |
track_params | object | track_params |
brand_id | string | 品牌 id |
bctype | string | 店铺类型 |
category_id | string | 种类 id |
api_stack | object | api_stack |
name | string | 名称 |
value | string | 值 |
rate | object | rate |
rate_list | array | 集合 |
date_time | string | 日期 |
feed_id | string | feed_id |
member_level | string | 用户等级 |
user_name | string | 用户名 |
head_pic | string | 头像 |
content | string | 内容 |
is_vip | string | 是否是 vip |
tmall_member_level | string | 天猫会员等级 |
total_count | string | 累计评论数 |
price | object | 价格数据 |
----line_through | bool | line_through |
----price_text | string | 商品原价 |
----price_money | string | price_money |
quantity | int | 库存(包含了总库存数和各个 SKU 库存数) |
返回数据
{
"code": 0,
"msg": "获取详情数据成功",
"msec": 1920,
"time": 1662431450,
"data": {
"data": {
"item": {
"item_id": "649514199788",
"title": "日本GGT雪花绒柔软男女面巾超强吸水速干不掉毛家用洗脸干发毛巾",
"images": [
"//img.alicdn.com/imgextra/i1/2211230954063/O1CN01cBLZuu1fstvu6jD3P_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i1/2211230954063/O1CN01qbjRIu1fstu7vtf7i_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i1/2211230954063/O1CN01NQHZOB1fsttzgViqz_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i4/2211230954063/O1CN01vd48yY1fsttxwRVtC_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i4/2211230954063/O1CN01TrfK6s1fstu4fcsaL_!!2211230954063.jpg"
],
"category_id": "50000563",
"root_category_id": "122852001",
"comment_count": "24506",
"sku_text": "请选择颜色分类 ",
"subtitle": null,
"sell_count": null,
"favcount": "9082",
"taobao_desc_url": null,
"tmall_desc_url": null,
"taobao_pc_desc_url": "http://market.m.taobao.com/app/detail-project/desc/index.html?id=649514199788&descVersion=6.0&type=1&f=icoss3774073058a63b190c3acfeadf&sellerType=C",
"cart_url": "https://h5.m.taobao.com/awp/base/cart.htm",
"starts": null,
"user_id": "2211230954063",
"shop_id": "182071711",
"shop_name": "日本GGT自营店",
"shop_url": "tmall://page.tm/shop?item_id=649514199788&shopId=182071711",
"shop_icon": "https://img.alicdn.com/imgextra/i3/6000000003923/O1CN01RC2uuG1eqmTLQMn7k_!!6000000003923-0-shopmanager.jpg",
"fans": "2.8万",
"all_item_count": "46",
"new_item_count": 0,
"shop_card": "本店共46件宝贝在热卖",
"seller_type": "C",
"shop_type": "C",
"evaluates": [
{
"level": "1",
"level_background_color": "#FFF1EB",
"level_text": "高",
"level_text_color": "#FF5000",
"score": "4.8 ",
"title": "宝贝描述",
"tmall_level_background_color": "#FFF1EB",
"tmall_level_text_color": "#FF0036",
"type": "desc"
},
{
"level": "1",
"level_background_color": "#FFF1EB",
"level_text": "高",
"level_text_color": "#FF5000",
"score": "4.8 ",
"title": "卖家服务",
"tmall_level_background_color": "#FFF1EB",
"tmall_level_text_color": "#FF0036",
"type": "serv"
},
{
"level": "1",
"level_background_color": "#FFF1EB",
"level_text": "高",
"level_text_color": "#FF5000",
"score": "4.8 ",
"title": "物流服务",
"tmall_level_background_color": "#FFF1EB",
"tmall_level_text_color": "#FF0036",
"type": "post"
}
],
"evaluates2": [
{
"level": "1",
"level_text": "高",
"level_text_color": "#FF7333",
"score": "4.8 ",
"score_text_color": "#999999",
"title": "宝贝描述",
"title_color": "#999999",
"type": "desc"
},
{
"level": "1",
"level_text": "高",
"level_text_color": "#FF7333",
"score": "4.8 ",
"score_text_color": "#999999",
"title": "卖家服务",
"title_color": "#999999",
"type": "serv"
},
{
"level": "1",
"level_text": "高",
"level_text_color": "#FF7333",
"score": "4.8 ",
"score_text_color": "#999999",
"title": "物流服务",
"title_color": "#999999",
"type": "post"
}
],
"seller_nick": "touna东奈",
"tag_icon": "//gtms04.alicdn.com/tps/i4/TB1YE.PHVXXXXb6XXXXSutbFXXX.jpg",
"credit_level": "14",
"credit_level_icon": "//gw.alicdn.com/tfs/TB1Ag2CixrI8KJjy0FpXXb5hVXa-132-24.png",
"good_rate_percentage": "99.79%",
"shop_version": "0",
"atmosphere_color": "#ffffff",
"shop_text_color": "#111111",
"entrance_list": [
{
"action": [
{
"key": "open_url",
"params": {
"url": "//shop.m.taobao.com/shop/shop_index.htm?user_id=2211230954063&item_id=649514199788¤tClickTime=-1"
}
},
{
"key": "user_track",
"params": {
"track_name": "Button-NewShopcard-ShopPage",
"track_params": {
"spm": "a.2141.7631564.shoppage"
}
}
}
],
"background_color": "#ffffff",
"border_color": "#FF5000",
"text": "进店逛逛",
"text_color": "#FF5000"
},
{
"action": [
{
"key": "open_url",
"params": {
"url": "//shop.m.taobao.com/shop/shop_index.htm?user_id=2211230954063&item_id=649514199788&shop_navi=allitems"
}
},
{
"key": "user_track",
"params": {
"track_name": "Button-NewShopcard-AllItem",
"track_params": {
"spm": "a.2141.7631564.allitem"
}
}
}
],
"background_color": "#ffffff",
"border_color": "#FF5000",
"text": "全部宝贝",
"text_color": "#FF5000"
}
],
"skus": [
{
"prop_path": "1627207:3897652492",
"sku_id": "4852350155123"
},
{
"prop_path": "1627207:13752082265",
"sku_id": "4852350155114"
},
{
"prop_path": "1627207:13777116582",
"sku_id": "4852350155115"
},
{
"prop_path": "1627207:13752082267",
"sku_id": "4852350155116"
},
{
"prop_path": "1627207:13752082268",
"sku_id": "4852350155117"
},
{
"prop_path": "1627207:13752082269",
"sku_id": "4852350155118"
},
{
"prop_path": "1627207:13752082270",
"sku_id": "4852350155119"
},
{
"prop_path": "1627207:13752082271",
"sku_id": "4852350155120"
},
{
"prop_path": "1627207:3771082",
"sku_id": "4732971408348"
},
{
"prop_path": "1627207:564996585",
"sku_id": "4732971408349"
},
{
"prop_path": "1627207:36804826",
"sku_id": "4732971408347"
},
{
"prop_path": "1627207:109425281",
"sku_id": "4732971408346"
}
],
"props": [
{
"name": "颜色分类",
"pid": "1627207",
"values": [
{
"image": "http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01fSXMxD1fstu2ocaEi_!!2211230954063.jpg",
"name": "薄墨+浅咖",
"vid": "3897652492"
},
{
"image": "http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01yPYdfp1fstu2odaYx_!!2211230954063.jpg",
"name": "薄墨+乳白",
"vid": "13752082265"
},
{
"image": "http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01uXT2Zk1fstu2K6X01_!!2211230954063.jpg",
"name": "樱若+乳白",
"vid": "13777116582"
},
{
"image": "http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01pzTESN1fstu9hr5YC_!!2211230954063.jpg",
"name": "樱若+薄墨",
"vid": "13752082267"
},
{
"image": "http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01od9MdS1fstu89VCKB_!!2211230954063.jpg",
"name": "乳白+薄墨+浅咖",
"vid": "13752082268"
},
{
"image": "http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01XlSKrz1fstu9hqU7g_!!2211230954063.jpg",
"name": "乳白+樱若+薄墨",
"vid": "13752082269"
},
{
"image": "http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01qMCM5E1fstu0I5gvz_!!2211230954063.jpg",
"name": "乳白+樱若+浅咖",
"vid": "13752082270"
},
{
"image": "http://img.alicdn.com/imgextra/i1/2211230954063/O1CN01apOs7R1fstttaYw1r_!!2211230954063.jpg",
"name": "樱若+浅咖+薄墨",
"vid": "13752082271"
},
{
"image": "http://img.alicdn.com/imgextra/i1/2211230954063/O1CN01KsQEpH1fstvEcb5PF_!!2211230954063.jpg",
"name": "乳白",
"vid": "3771082"
},
{
"image": "http://img.alicdn.com/imgextra/i2/2211230954063/O1CN012drUTJ1fstvIFeyvu_!!2211230954063.jpg",
"name": "樱若",
"vid": "564996585"
},
{
"image": "http://img.alicdn.com/imgextra/i1/2211230954063/O1CN010YXV6z1fstvIFcZFL_!!2211230954063.jpg",
"name": "浅咖",
"vid": "36804826"
},
{
"image": "http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01Vo6EK21fstv7oYuvP_!!2211230954063.jpg",
"name": "薄墨",
"vid": "109425281"
}
]
}
],
"resource": null,
"entrances": null,
"ask_all": null,
"link": null,
"text": null,
"detail_type": null,
"show_num": null,
"ask_icon": null,
"ask_text": null,
"quest_num": null,
"link_url": null,
"content": [],
"vague_sell_count": "7000+"
},
"price": {
"extra_prices": [],
"sku_info": {
"0": {
"price": {
"price_money": "2000",
"price_text": "20-60",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "4uGGq7dIdZLgwMLk/USI230A0UW4yXoK4dDaqBdNMbE="
}
},
"4852350155123": {
"price": {
"price_money": "4000",
"price_text": "40",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "32vAMKIi1cDRvC2GGVP/0PX2ohbIjAqs/8ReK47jnhk="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4852350155120": {
"price": {
"price_money": "6000",
"price_text": "60",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "32vAMKIi1cDRvC2GGVP/0MYgz2fUxzz0zBJWnIl72ts="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4732971408347": {
"price": {
"price_money": "2000",
"price_text": "20",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "32vAMKIi1cDRvC2GGVP/0N99rDWuAAKe++QlWlhgWIQ="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4732971408346": {
"price": {
"price_money": "2000",
"price_text": "20",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "U46Q6BMk6pOyv6Nj+DFZ5mru1lleDIbngeJohjlt9QA="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4732971408349": {
"price": {
"price_money": "2000",
"price_text": "20",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "Q7VttiwwhL4W7jAWMOZVP6lg/Fo9tS1XmcxfVoRIuIY="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4732971408348": {
"price": {
"price_money": "2000",
"price_text": "20",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "Pi1J27QfYyUe4H7yqTv/FyM8s1OVpagt3WcfArB9C/8="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4852350155114": {
"price": {
"price_money": "4000",
"price_text": "40",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "SL+NgqzcSuJZNZXo+hyzOq3/cOuGf2VQX9EGwfcTtVo="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4852350155115": {
"price": {
"price_money": "4000",
"price_text": "40",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "XBE8kYEtHbn28hVyFeWWwUzNu99PBvNUs05Q9lsxVyc="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4852350155118": {
"price": {
"price_money": "6000",
"price_text": "60",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "Pi1J27QfYyUe4H7yqTv/F+WEGWODyILbi9brC/bmd+A="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4852350155119": {
"price": {
"price_money": "6000",
"price_text": "60",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "Pi1J27QfYyUe4H7yqTv/FynfgbO0SC0llErZwfAB8/A="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4852350155116": {
"price": {
"price_money": "4000",
"price_text": "40",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "U46Q6BMk6pOyv6Nj+DFZ5jbnUYlmvN7IlTAMloro49o="
},
"logistics_time": "现货,付款后48小时内发货"
},
"4852350155117": {
"price": {
"price_money": "6000",
"price_text": "60",
"type": "1"
},
"quantity": "200",
"quantity_text": "有货",
"more_quantity": "true",
"quantity_check_trans_params": {
"cipher_quantity": "SL+NgqzcSuJZNZXo+hyzOksSpRrgMz6ohGUGCzwBdJI="
},
"logistics_time": "现货,付款后48小时内发货"
}
},
"price": {
"price_money": "1920",
"price_text": "19.2",
"price_title": "99划算节",
"price_tail": "起",
"new_line": "false",
"price_type": "origin_price"
}
}
},
"api_stack": [
{
"name": "esi",
"value": "{\"priceSectionData\":{\"mainBelt\":{\"promotionBeltColor\":\"#FF5100\",\"priceTitlePrefix\":\"99活动\",\"priceTitle\":\"99划算节\",\"priceColor\":\"#FF5100\",\"styleType\":\"2\",\"bizType\":\"2\",\"priceBeltColor\":\"#FF5100\",\"priceBeltImg\":\"https://img.alicdn.com/imgextra/i4/O1CN01DfMRLR1LM7K96P23C_!!6000000001284-2-tps-1125-210.png\",\"rightBelt\":{\"countdown\":\"0\",\"countDownStatus\":\"0\",\"now\":\"1662431450525\",\"startTime\":\"1662465600000\",\"endTime\":\"1662825599000\",\"logo\":\"https://img.alicdn.com/imgextra/i1/O1CN011m7YnG1e59Lj11C6l_!!6000000003819-2-tps-220-54.png\",\"text\":\"9月6日\",\"extraText\":\"20:00开卖\",\"textColor\":\"#FFFFFF\",\"extraTextColor\":\"#FFFFFF\"}},\"price\":{\"priceMoney\":\"1920\",\"priceText\":\"19.2\",\"priceTitle\":\"99划算节\",\"priceTail\":\"起\",\"newLine\":\"false\",\"priceType\":\"origin_price\"},\"priceType\":\"origin_price\",\"originPrice\":{\"priceMoney\":\"2000\",\"priceText\":\"20\",\"priceTail\":\"起\",\"newLine\":\"false\",\"priceType\":\"origin_price\"},\"bizType\":\"p-bigMarkdown-*-weakPre\",\"promotion\":{\"entranceTip\":\"**\",\"items\":[{\"textColor\":\"#FD5F20\",\"content\":\"跨店每200减20\",\"type\":\"default\",\"couponType\":\"CrossShopManjian\",\"bgImage\":\"https://gw.alicdn.com/tfs/TB1.dqZSgHqK1RjSZJnXXbNLpXa-40-40.png\",\"startTime\":\"2022-09-06 20:00:00\",\"endTime\":\"2022-09-10 23:59:59\",\"scontent\":\"跨店每200减20\",\"sbgImage\":\"https://gw.alicdn.com/tfs/TB12R2Oerj1gK0jSZFuXXcrHpXa-302-80.png\"},{\"textColor\":\"#FD5F20\",\"content\":\"淘金币抵3%\",\"type\":\"default\",\"couponType\":\"Taojinbi\",\"bgImage\":\"https://gw.alicdn.com/tfs/TB1.dqZSgHqK1RjSZJnXXbNLpXa-40-40.png\",\"scontent\":\"淘金币抵3%\",\"sbgImage\":\"https://gw.alicdn.com/tfs/TB12R2Oerj1gK0jSZFuXXcrHpXa-302-80.png\"},{\"textColor\":\"#FD5F20\",\"content\":\"***\",\"type\":\"default\",\"couponType\":\"ShopItemCoupon\",\"bgImage\":\"https://gw.alicdn.com/tfs/TB1.dqZSgHqK1RjSZJnXXbNLpXa-40-40.png\",\"startTime\":\"2022-08-03 00:00:00\",\"endTime\":\"2022-09-30 23:59:59\",\"stitle\":\"***\",\"scontent\":\"***\",\"sbgImage\":\"https://gw.alicdn.com/tfs/TB1k50Yj4D1gK0jSZFsXXbldVXa-280-40.png\"}],\"entranceUrl\":\"https://market.m.taobao.com/app/detail-project/detail-pages/pages/quan?wh_weex=true\",\"promotionBeltColor\":\"#FF5100\",\"promotionStyle\":\"false\"}},\"skuCore\":{\"sku2info\":{\"0\":{\"price\":{\"priceMoney\":\"2000\",\"priceText\":\"20-60\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"4uGGq7dIdZLgwMLk/USI230A0UW4yXoK4dDaqBdNMbE=\"}},\"4852350155123\":{\"price\":{\"priceMoney\":\"4000\",\"priceText\":\"40\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"32vAMKIi1cDRvC2GGVP/0PX2ohbIjAqs/8ReK47jnhk=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4852350155120\":{\"price\":{\"priceMoney\":\"6000\",\"priceText\":\"60\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"32vAMKIi1cDRvC2GGVP/0MYgz2fUxzz0zBJWnIl72ts=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4732971408347\":{\"price\":{\"priceMoney\":\"2000\",\"priceText\":\"20\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"32vAMKIi1cDRvC2GGVP/0N99rDWuAAKe++QlWlhgWIQ=\"},\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4732971408346\":{\"price\":{\"priceMoney\":\"2000\",\"priceText\":\"20\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"U46Q6BMk6pOyv6Nj+DFZ5mru1lleDIbngeJohjlt9QA=\"},\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4732971408349\":{\"price\":{\"priceMoney\":\"2000\",\"priceText\":\"20\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"Q7VttiwwhL4W7jAWMOZVP6lg/Fo9tS1XmcxfVoRIuIY=\"},\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4732971408348\":{\"price\":{\"priceMoney\":\"2000\",\"priceText\":\"20\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"Pi1J27QfYyUe4H7yqTv/FyM8s1OVpagt3WcfArB9C/8=\"},\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4852350155114\":{\"price\":{\"priceMoney\":\"4000\",\"priceText\":\"40\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"SL+NgqzcSuJZNZXo+hyzOq3/cOuGf2VQX9EGwfcTtVo=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4852350155115\":{\"price\":{\"priceMoney\":\"4000\",\"priceText\":\"40\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"XBE8kYEtHbn28hVyFeWWwUzNu99PBvNUs05Q9lsxVyc=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4852350155118\":{\"price\":{\"priceMoney\":\"6000\",\"priceText\":\"60\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"Pi1J27QfYyUe4H7yqTv/F+WEGWODyILbi9brC/bmd+A=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4852350155119\":{\"price\":{\"priceMoney\":\"6000\",\"priceText\":\"60\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"Pi1J27QfYyUe4H7yqTv/FynfgbO0SC0llErZwfAB8/A=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4852350155116\":{\"price\":{\"priceMoney\":\"4000\",\"priceText\":\"40\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"U46Q6BMk6pOyv6Nj+DFZ5jbnUYlmvN7IlTAMloro49o=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"},\"4852350155117\":{\"price\":{\"priceMoney\":\"6000\",\"priceText\":\"60\",\"type\":\"1\"},\"quantity\":\"200\",\"quantityText\":\"有货\",\"moreQuantity\":\"true\",\"quantityCheckTransParams\":{\"cipherQuantity\":\"SL+NgqzcSuJZNZXo+hyzOksSpRrgMz6ohGUGCzwBdJI=\"},\"skuPromTip\":\"<font color=\\\"#999999\\\"> 当前商品可使用 </font><font color=\\\"#FF5000\\\"> *** </font> <font color=\\\"#999999\\\"> *** </font>\",\"itemApplyParams\":\"[{\\\"couponName\\\":\\\"***\\\",\\\"sellerId\\\":2211230954063,\\\"couponType\\\":1,\\\"templateCode\\\":\\\"60007797659\\\",\\\"uuid\\\":\\\"5ce2b2b1b2ad4ee0b50af184dd6c645a\\\"}]\",\"buyText\":\"***\",\"logisticsTime\":\"现货,付款后48小时内发货\"}},\"skuItem\":{\"hideQuantity\":\"false\",\"location\":\"梅州兴宁\",\"extraProm\":[{\"text\":\"淘金币抵3%\"}]},\"abSwitch\":{},\"atmosphere\":{}},\"tradeConsumerProtection\":{\"tradeConsumerService\":{\"service\":{\"items\":[{\"icon\":\"//gw.alicdn.com/tfs/TB1O4sFQpXXXXb3apXXXXXXXXXX-200-200.png\",\"title\":\"7天无理由\",\"desc\":\"满足7天无理由退换货申请的前提下,包邮商品需要买家承担退货邮费,非包邮商品需要买家承担发货和退货邮费。\"},{\"icon\":\"//gw.alicdn.com/tfs/TB1O4sFQpXXXXb3apXXXXXXXXXX-200-200.png\",\"title\":\"运费险\",\"desc\":\"卖家为您购买的商品投保退货运费险(保单生效以确认订单页展示的运费险为准)\"}],\"icon\":\"\",\"title\":\"基础服务\"},\"nonService\":{\"items\":[{\"icon\":\"//gw.alicdn.com/tfs/TB1O4sFQpXXXXb3apXXXXXXXXXX-200-200.png\",\"title\":\"蚂蚁花呗\"},{\"icon\":\"//gw.alicdn.com/tfs/TB1O4sFQpXXXXb3apXXXXXXXXXX-200-200.png\",\"title\":\"信用卡支付\"},{\"icon\":\"//gw.alicdn.com/tfs/TB1O4sFQpXXXXb3apXXXXXXXXXX-200-200.png\",\"title\":\"集分宝\"}],\"title\":\"其他\"}},\"passValue\":\"all\",\"url\":\"https://h5.m.taobao.com/app/detailsubpage/consumer/index.js\",\"type\":\"0\"},\"vertical\":{\"interactionBar\":{\"kapContain\":{\"suffix\":\"点赞\",\"count\":\"0\",\"dashangRecommendInfo\":{\"clickUrl\":\"https://market.m.taobao.com/app/mtb/ytq/pages/item-detail-young-tag?wh_weex=true\",\"tmallBangdanItemTag\":\"1712770\",\"tipStatus\":\"tmallBangdan\",\"hasRecommendIcon\":\"https://img.alicdn.com/imgextra/i2/O1CN01gSAZ4R1HBnqrbCoiP_!!6000000000720-2-tps-63-63.png\",\"tipText2\":\"该商品入选本店人气收藏榜·第2名\",\"tipClickUrl\":\"https://shop182071711.m.taobao.com/?shop_source_channel=shop_search_rank&rank_param=%7B%22itemId%22%3A649514199788%2C%22sellerId%22%3A2211230954063%2C%22sourceType%22%3A%22detailTips%22%2C%22groupId%22%3A%222211230954063_fav_list%22%2C%22groupInfo%22%3A%22%5B%7B%5C%22listId%5C%22%3A%5C%222211230954063_fav_list%5C%22%2C%5C%22itemId%5C%22%3A%5B649514199788%5D%7D%5D%22%7D\",\"actionType\":\"itemEntryRank\",\"tipIcon\":\"https://gw.alicdn.com/imgextra/i2/O1CN01AZMDe71rj4oKY5EjI_!!6000000005666-2-tps-22-26.png\",\"taobaoBiguangItemTag\":\"2088066\",\"shopHotSell\":{\"grayPercentage\":\"0\",\"secGrayPercentage\":\"5000\"}}}},\"askAll\":{\"askText\":\"太滑不能用\",\"askIcon\":\"https://img.alicdn.com/tps/TB1tVU6PpXXXXXFaXXXXXXXXXXX-102-60.png\",\"answerText\":\"?为啥?我觉得好好用\",\"answerIcon\":\"https://img.alicdn.com/tps/TB1Z7c2LXXXXXXmaXXXXXXXXXXX-132-42.png\",\"linkUrl\":\"https://web.m.taobao.com/app/mtb/ask-everyone/list?pha=true&disableNav=YES&refId=649514199788\",\"title\":\"问大家(41)\",\"questNum\":\"41\",\"showNum\":\"2\",\"modelList\":[{\"askText\":\"太滑不能用\",\"answerCountText\":\"9个回答\",\"firstAnswer\":\"?为啥?我觉得好好用\"},{\"askText\":\"质量怎么样 濰❤小程序・问冬冬4圆就买到了\",\"answerCountText\":\"5个回答\",\"firstAnswer\":\"真的很不错!\"}],\"model4XList\":[{\"askText\":\"太滑不能用\",\"answerCountText\":\"9个回答\",\"askIcon\":\"//gw.alicdn.com/tfs/TB1lneilZLJ8KJjy0FnXXcFDpXa-36-36.png\",\"askTextColor\":\"#162B36\"},{\"askText\":\"质量怎么样 濰❤小程序・问冬冬4圆就买到了\",\"answerCountText\":\"5个回答\",\"askIcon\":\"//gw.alicdn.com/tfs/TB1lneilZLJ8KJjy0FnXXcFDpXa-36-36.png\",\"askTextColor\":\"#162B36\"}]},\"videoFlow\":{\"bitmap\":\"13\"}},\"componentsVO\":{\"couponBeltVO\":{\"events\":{\"itemClick\":[{\"type\":\"openFloatDialog\",\"fields\":{\"url\":\"https://market.m.taobao.com/app/detail-project/detail-pages/pages/quan?wh_weex=true\",\"params\":{\"needLogin\":\"true\"}}},{\"type\":\"userTrack\",\"fields\":{\"page\":\"Page_Detail\",\"eventId\":\"2101\",\"arg1\":\"Page_Detail_Button_Detail_RightsModule\",\"args\":{\"spm\":\"a2141.7631564.rightsmodule\"}}}],\"exposureItem\":[{\"type\":\"userTrack\",\"fields\":{\"page\":\"Page_Detail\",\"eventId\":\"2201\",\"arg1\":\"Page_Detail_Show_Detail_RightsModule\",\"args\":{\"spm\":\"a2141.7631564.rightsmodule\"}}}]},\"bgColor\":\"#FF5100\",\"coupons\":[{\"content\":\"跨店每200减20\"},{\"content\":\"淘金币抵3%\"},{\"title\":\"***\",\"content\":\"***\"}]},\"deliveryBarVO\":{\"deliveryFromAddr\":\"北京\",\"freight\":\"快递: 快递包邮\",\"salesDesc\":\"月销7000+\",\"showArrow\":\"false\"},\"guaranteeBarVO\":{\"guaranteeItems\":[{\"textList\":[{\"text\":\"7天无理由\"},{\"text\":\"运费险\"}]}]},\"priceBeltVO\":{\"events\":{\"exposureItem\":[{\"type\":\"userTrack\",\"fields\":{\"page\":\"Page_Detail\",\"eventId\":\"2201\",\"arg1\":\"Page_Detail_Show-Price\",\"args\":{\"spm\":\"a2141.7631564.price\",\"priceType\":\"origin_price\"}}}]},\"price\":{\"priceMoney\":\"1920\",\"priceText\":\"19.2\",\"priceTitle\":\"99划算节\",\"priceTail\":\"起\",\"newLine\":\"false\",\"priceType\":\"origin_price\"},\"mainBelt\":{\"promotionBeltColor\":\"#FF5100\",\"priceTitlePrefix\":\"99活动\",\"priceTitle\":\"99划算节\",\"priceColor\":\"#FF5100\",\"styleType\":\"2\",\"bizType\":\"2\",\"priceBeltColor\":\"#FF5100\",\"priceBeltImg\":\"https://img.alicdn.com/imgextra/i4/O1CN01DfMRLR1LM7K96P23C_!!6000000001284-2-tps-1125-210.png\",\"rightBelt\":{\"countdown\":\"0\",\"countDownStatus\":\"0\",\"now\":\"1662431450525\",\"startTime\":\"1662465600000\",\"endTime\":\"1662825599000\",\"logo\":\"https://img.alicdn.com/imgextra/i1/O1CN011m7YnG1e59Lj11C6l_!!6000000003819-2-tps-220-54.png\",\"text\":\"9月6日\",\"extraText\":\"20:00开卖\",\"textColor\":\"#FFFFFF\",\"extraTextColor\":\"#FFFFFF\"}}},\"priceVO\":{\"price\":{\"priceMoney\":\"2000\",\"priceText\":\"20\",\"priceTail\":\"起\",\"newLine\":\"false\",\"priceType\":\"origin_price\"}},\"skuBarVO\":{\"title\":\"选择\",\"skuText\":\"颜色分类\",\"skuContents\":[{\"img\":\"http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01fSXMxD1fstu2ocaEi_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01yPYdfp1fstu2odaYx_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01uXT2Zk1fstu2K6X01_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01pzTESN1fstu9hr5YC_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01od9MdS1fstu89VCKB_!!2211230954063.jpg\"}],\"extraText\":\"共12种颜色分类可选\"},\"titleVO\":{\"title\":\"日本GGT雪花绒柔软男女面巾超强吸水速干不掉毛家用洗脸干发毛巾\",\"titleBeforeIcon\":\"\"}},\"weappData\":{},\"price\":{\"price\":{\"priceText\":\"20-60\",\"type\":\"1\"},\"extraPrices\":[{\"priceText\":\"40-120\",\"priceTitle\":\"价格\",\"type\":\"2\",\"showTitle\":\"true\",\"lineThrough\":\"true\"}],\"priceTag\":[{\"text\":\"新品秒杀\",\"bgColor\":\"#FFF1EB\",\"textColor\":\"#FF5000\"},{\"text\":\"淘金币抵3%\",\"bgColor\":\"#FFF1EB\",\"textColor\":\"#FF5000\"}],\"sugPromPrice\":{\"priceMoney\":\"1920\",\"priceText\":\"19.2-57.6\"},\"transmitPrice\":{\"priceText\":\"20-60\"}},\"skuBase\":{\"skus\":[{\"skuId\":\"4852350155123\",\"propPath\":\"1627207:3897652492\",\"selected\":\"false\"},{\"skuId\":\"4852350155114\",\"propPath\":\"1627207:13752082265\",\"selected\":\"false\"},{\"skuId\":\"4852350155115\",\"propPath\":\"1627207:13777116582\",\"selected\":\"false\"},{\"skuId\":\"4852350155116\",\"propPath\":\"1627207:13752082267\",\"selected\":\"false\"},{\"skuId\":\"4852350155117\",\"propPath\":\"1627207:13752082268\",\"selected\":\"false\"},{\"skuId\":\"4852350155118\",\"propPath\":\"1627207:13752082269\",\"selected\":\"false\"},{\"skuId\":\"4852350155119\",\"propPath\":\"1627207:13752082270\",\"selected\":\"false\"},{\"skuId\":\"4852350155120\",\"propPath\":\"1627207:13752082271\",\"selected\":\"false\"},{\"skuId\":\"4732971408348\",\"propPath\":\"1627207:3771082\",\"selected\":\"false\"},{\"skuId\":\"4732971408349\",\"propPath\":\"1627207:564996585\",\"selected\":\"false\"},{\"skuId\":\"4732971408347\",\"propPath\":\"1627207:36804826\",\"selected\":\"false\"},{\"skuId\":\"4732971408346\",\"propPath\":\"1627207:109425281\",\"selected\":\"false\"}],\"props\":[{\"pid\":\"1627207\",\"name\":\"颜色分类\",\"values\":[{\"vid\":\"3897652492\",\"name\":\"薄墨+浅咖\",\"image\":\"http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01fSXMxD1fstu2ocaEi_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"13752082265\",\"name\":\"薄墨+乳白\",\"image\":\"http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01yPYdfp1fstu2odaYx_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"13777116582\",\"name\":\"樱若+乳白\",\"image\":\"http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01uXT2Zk1fstu2K6X01_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"13752082267\",\"name\":\"樱若+薄墨\",\"image\":\"http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01pzTESN1fstu9hr5YC_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"13752082268\",\"name\":\"乳白+薄墨+浅咖\",\"image\":\"http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01od9MdS1fstu89VCKB_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"13752082269\",\"name\":\"乳白+樱若+薄墨\",\"image\":\"http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01XlSKrz1fstu9hqU7g_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"13752082270\",\"name\":\"乳白+樱若+浅咖\",\"image\":\"http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01qMCM5E1fstu0I5gvz_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"13752082271\",\"name\":\"樱若+浅咖+薄墨\",\"image\":\"http://img.alicdn.com/imgextra/i1/2211230954063/O1CN01apOs7R1fstttaYw1r_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"3771082\",\"name\":\"乳白\",\"image\":\"http://img.alicdn.com/imgextra/i1/2211230954063/O1CN01KsQEpH1fstvEcb5PF_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"564996585\",\"name\":\"樱若\",\"image\":\"http://img.alicdn.com/imgextra/i2/2211230954063/O1CN012drUTJ1fstvIFeyvu_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"36804826\",\"name\":\"浅咖\",\"image\":\"http://img.alicdn.com/imgextra/i1/2211230954063/O1CN010YXV6z1fstvIFcZFL_!!2211230954063.jpg\",\"sortOrder\":\"0\"},{\"vid\":\"109425281\",\"name\":\"薄墨\",\"image\":\"http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01Vo6EK21fstv7oYuvP_!!2211230954063.jpg\",\"sortOrder\":\"0\"}]}]},\"gallery\":{},\"delivery\":{\"from\":\"北京\",\"to\":\"梅州兴宁\",\"completedTo\":\"梅州 兴宁 兴田\",\"areaId\":\"441481\",\"postage\":\"快递: 快递包邮\",\"extras\":{},\"overseaContraBandFlag\":\"false\",\"addressWeexUrl\":\"https://market.m.taobao.com/apps/market/detailrax/address-picker.html?spm=a2116h.app.0.0.16d957e9nDYOzv&wh_weex=true\"},\"item\":{\"titleIcon\":\"\",\"showShopActivitySize\":\"2\",\"vagueSellCount\":\"7000+\",\"skuText\":\"请选择 颜色分类 \",\"videos\":[{\"url\":\"https://cloud.video.taobao.com/play/u/2211230954063/p/2/e/6/t/1/307641312215.mp4?appKey=38829\",\"weexRecommendUrl\":\"https://market.m.taobao.com/apps/market/detailrax/recommend-items.html?spm=a2116h.app.0.0.16d957e9U2bxVj&wh_weex=true&itemId=649514199788\",\"type\":\"3\",\"videoThumbnailURL\":\"https://img.alicdn.com/imgextra/i3/2211230954063/O1CN01l3cs3z1fsttrqEXbY_!!2211230954063.jpg\",\"spatialVideoDimension\":\"3:4\",\"videoId\":\"307641312215\"}],\"videoDetail\":{\"url\":\"https://cloud.video.taobao.com/play/u/2211230954063/p/2/e/6/t/1/307641312215.mp4?appKey=38829\",\"type\":\"3\",\"videoThumbnailURL\":\"https://img.alicdn.com/imgextra/i3/2211230954063/O1CN01l3cs3z1fsttrqEXbY_!!2211230954063.jpg\",\"videoId\":\"307641312215\",\"spatialVideoDimension\":\"3:4\",\"mainPicList\":[\"https://img.alicdn.com/imgextra/i3/2211230954063/O1CN01l3cs3z1fsttrqEXbY_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i2/2211230954063/O1CN01Ti3JiV1fsttwUM87q_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i1/2211230954063/O1CN01g0rcPL1fsttwUNKxg_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i3/2211230954063/O1CN0139gMss1fstw1zlPa0_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i1/2211230954063/O1CN01QbsBTB1fstu1rET17_!!2211230954063.jpg\"]},\"images\":[\"https://img.alicdn.com/imgextra/i3/2211230954063/O1CN01l3cs3z1fsttrqEXbY_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i2/2211230954063/O1CN01Ti3JiV1fsttwUM87q_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i1/2211230954063/O1CN01g0rcPL1fsttwUNKxg_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i3/2211230954063/O1CN0139gMss1fstw1zlPa0_!!2211230954063.jpg\",\"https://img.alicdn.com/imgextra/i1/2211230954063/O1CN01QbsBTB1fstu1rET17_!!2211230954063.jpg\"],\"containerDimension\":\"3:4\"},\"resource\":{\"newBigPromotion\":{},\"entrances\":{},\"shopProm\":[{\"iconText\":\"跨店满减\",\"icon\":\"//img.alicdn.com/tfs/TB1qX5SRFXXXXciXFXXXXXXXXXX-116-32.png\",\"title\":\"9/6-9/10每满200减20,上不封顶\",\"uuid4Cal\":\"2000000001-20000_2000-60173550997\",\"content\":[\"9/6-9/10每满200减20,上不封顶\"]}],\"promsCalcInfo\":{\"hasCoupon\":\"true\",\"cheapestMoney\":\"0\"},\"floatView\":{\"list\":[]}},\"consumerProtection\":{\"items\":[{\"title\":\"7天无理由\",\"desc\":\"满足7天无理由退换货申请的前提下,包邮商品需要买家承担退货邮费,非包邮商品需要买家承担发货和退货邮费。\"},{\"title\":\"运费险\",\"desc\":\"卖家为您购买的商品投保退货运费险(保单生效以确认订单页展示的运费险为准)\"},{\"title\":\"蚂蚁花呗\"},{\"title\":\"信用卡支付\"},{\"title\":\"集分宝\"}],\"passValue\":\"all\"},\"skuTransform\":{\"extraText\":\"共12种颜色分类可选\",\"skuContents\":[{\"img\":\"http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01fSXMxD1fstu2ocaEi_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01yPYdfp1fstu2odaYx_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01uXT2Zk1fstu2K6X01_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01pzTESN1fstu9hr5YC_!!2211230954063.jpg\"},{\"img\":\"http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01od9MdS1fstu89VCKB_!!2211230954063.jpg\"}]},\"params\":{\"trackParams\":{\"traceId\":\"2132d4bb16624314504138157e07a6\",\"promotionType\":\"p-bigMarkdown-*-weakPre\",\"aliBizCodeToken\":\"YWxpLmNoaW5hLnRhb2Jhbw==\",\"serverAbTest\":\"detail_main_video_test_base\",\"layoutId\":null,\"aliBizCode\":\"ali.china.taobao\",\"spm\":null,\"itemId\":\"649514199788\",\"detailabtestdetail\":\"309458_78697.161978_33825.228540_26817.5154_4504.174155_70420.167602_28767.270106_135053.256229_22294\",\"businessTracks\":\"%7B%22228540%22%3A%2226817%22%2C%22167602%22%3A%2228767%22%7D\",\"detailUniqueId\":\"c68f7409d32996b3c1572f1d442b0f0f\",\"price3\":\"19.20\",\"price4\":\"19.2\",\"price1\":\"20.00\",\"skuId\":\"4732971408346\",\"price2\":null},\"aliAbTestTrackParams\":{\"recommend2018\":\"[{\\\"abtest\\\":\\\"5154_4504\\\",\\\"component\\\":\\\"recommendNewVersion\\\",\\\"releaseId\\\":5154,\\\"module\\\":\\\"2018\\\",\\\"cm\\\":\\\"recommendNewVersion_2018\\\",\\\"experimentId\\\":2021,\\\"bucketId\\\":4504,\\\"trackConfigs\\\":\\\"[]\\\"}]\"},\"umbParams\":{\"aliBizName\":\"ali.china.taobao\",\"aliBizCode\":\"ali.china.taobao\"}},\"promotionFloatingData\":{\"promotionName\":\"99活动\",\"detailPromotionTimeDO\":{\"warmUpStartTime\":\"2022-09-04 00:00:00\",\"warmUpEndTime\":\"2022-09-06 20:00:00\",\"effectiveTime\":\"2022-09-06 20:00:00\",\"unEffectiveTime\":\"2022-09-10 23:59:59\",\"promotionType\":\"BIGMARKDOWN\"},\"showWarm\":\"true\",\"showNow\":\"true\",\"skuMoney\":{\"skuId\":\"4732971408347\",\"cent\":\"2000\"},\"skuWarmMoney\":{\"skuId\":\"4732971408347\",\"cent\":\"1920\"},\"buyEnable\":\"true\"},\"hybrid\":{\"shopRecommendItems\":{\"url\":\"https://market.m.taobao.com/apps/market/detailrax/recommend-shop-bigpage.html?spm=a2116h.app.0.0.16d957e9B7oLGw&wh_weex=true&sellerId=2211230954063&itemId=649514199788&detail_v=3.3.2&selfRmdFlag=true\",\"height\":\"445\",\"spm\":\"\"}},\"trade\":{\"buyEnable\":\"true\",\"cartEnable\":\"true\",\"buyParam\":{},\"cartParam\":{},\"cartText\":\"加入购物车\",\"subCartText\":\"99划算节¥19.2起\",\"isBanSale4Oversea\":\"false\",\"buyUrl\":\"buildOrderVersion=3.0\",\"cartJumpUrl\":\"https://h5.m.taobao.com/awp/base/cart.htm\"},\"extendedData\":{},\"skuVertical\":{}}"
}
],
"debug": {
"app": "alidetail",
"host": "detail033063191008.center.na620@33.63.191.8"
},
"feature": {
"show_sku_pro_rate": true
},
"item": {
"brand_value_id": "12743077889",
"cart_url": "https://h5.m.taobao.com/awp/base/cart.htm",
"category_id": "50000563",
"comment_count": "24506",
"count_multiple": [],
"ex_params": [],
"favcount": "9082",
"images": [
"//img.alicdn.com/imgextra/i1/2211230954063/O1CN01cBLZuu1fstvu6jD3P_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i1/2211230954063/O1CN01qbjRIu1fstu7vtf7i_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i1/2211230954063/O1CN01NQHZOB1fsttzgViqz_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i4/2211230954063/O1CN01vd48yY1fsttxwRVtC_!!2211230954063.jpg",
"//img.alicdn.com/imgextra/i4/2211230954063/O1CN01TrfK6s1fstu4fcsaL_!!2211230954063.jpg"
],
"item_id": "649514199788",
"open_decoration": false,
"pc_a_desc_url": "http://market.m.taobao.com/app/detail-project/desc/index.html?id=649514199788&descVersion=7.0&type=1&f=icoss3774073058a63b190c3acfeadf&sellerType=C",
"root_category_id": "122852001",
"sku_text": "请选择颜色分类 ",
"taobao_desc_url": "http://market.m.taobao.com/app/detail-project/desc/index.html?id=649514199788&descVersion=6.0&type=0&f=icoss8721396696409bd4d2787fbb2&sellerType=C",
"taobao_pc_desc_url": "http://market.m.taobao.com/app/detail-project/desc/index.html?id=649514199788&descVersion=6.0&type=1&f=icoss3774073058a63b190c3acfeadf&sellerType=C",
"title": "日本GGT雪花绒柔软男女面巾超强吸水速干不掉毛家用洗脸干发毛巾",
"tmall_desc_url": "//mdetail.tmall.com/templates/pages/desc?id=649514199788"
},
"mock_data": "{\"delivery\":{},\"trade\":{\"buyEnable\":true,\"cartEnable\":true},\"feature\":{\"hasSku\":true,\"showSku\":true},\"price\":{\"price\":{\"priceText\":\"40.00\"}},\"skuCore\":{\"sku2info\":{\"0\":{\"price\":{\"priceMoney\":4000,\"priceText\":\"40.00\",\"priceTitle\":\"价格\"},\"quantity\":1200},\"4852350155123\":{\"price\":{\"priceMoney\":8000,\"priceText\":\"80.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4852350155120\":{\"price\":{\"priceMoney\":12000,\"priceText\":\"120.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4732971408347\":{\"price\":{\"priceMoney\":4000,\"priceText\":\"40.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4732971408346\":{\"price\":{\"priceMoney\":4000,\"priceText\":\"40.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4732971408349\":{\"price\":{\"priceMoney\":4000,\"priceText\":\"40.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4732971408348\":{\"price\":{\"priceMoney\":4000,\"priceText\":\"40.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4852350155114\":{\"price\":{\"priceMoney\":8000,\"priceText\":\"80.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4852350155115\":{\"price\":{\"priceMoney\":8000,\"priceText\":\"80.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4852350155118\":{\"price\":{\"priceMoney\":12000,\"priceText\":\"120.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4852350155119\":{\"price\":{\"priceMoney\":12000,\"priceText\":\"120.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4852350155116\":{\"price\":{\"priceMoney\":8000,\"priceText\":\"80.00\",\"priceTitle\":\"价格\"},\"quantity\":100},\"4852350155117\":{\"price\":{\"priceMoney\":12000,\"priceText\":\"120.00\",\"priceTitle\":\"价格\"},\"quantity\":100}},\"skuItem\":{\"hideQuantity\":true}}}",
"params": {
"track_params": {
"b_c_type": "C",
"brand_id": "12743077889",
"category_id": "50000563"
}
},
"props": {
"group_props": [
{
"基本信息": [
{
"品牌": "GGT"
},
{
"面料": "其他/other"
},
{
"流行元素": "纯色"
},
{
"颜色分类": "薄墨+浅咖,薄墨+乳白,樱若+乳白,樱若+薄墨,乳白+薄墨+浅咖,乳白+樱若+薄墨,乳白+樱若+浅咖,樱若+浅咖+薄墨,乳白,樱若,浅咖,薄墨"
},
{
"毛巾类别": "洁面美容毛巾"
},
{
"适用对象": "通用"
}
]
}
]
},
"props2": [],
"props_cut": "品牌 面料 流行元素 颜色分类 毛巾类别 适用对象 ",
"rate": {
"invite": {
"invite_text": "",
"show_invite": "false"
},
"keywords": [
{
"attribute": "110021007-11",
"count": "2",
"type": "1",
"word": "擦脸很舒服"
},
{
"attribute": "110061001-11",
"count": "27",
"type": "1",
"word": "不会掉毛"
},
{
"attribute": "110051016-11",
"count": "4",
"type": "1",
"word": "版型颜色好看"
},
{
"attribute": "110171002-11",
"count": "5",
"type": "1",
"word": "适合大小尺寸"
},
{
"attribute": "110111007-11",
"count": "38",
"type": "1",
"word": "质量好"
},
{
"attribute": "110021007-13",
"count": "3",
"type": "-1",
"word": "擦完脸不清爽"
}
],
"rate_list": [
{
"black_card_user_url": "//img.alicdn.com/tfs/TB1wrG1elv0gK0jSZKbXXbK2FXa-225-96.png",
"content": "毛巾很柔软细腻,蓬松蓬松很舒服,物流也很快,到了就马上用起来了!灰色的很高级好看。 ",
"create_time_interval": "10天前",
"date_time": "2022-08-26",
"feed_id": "1185631642879",
"head_pic": "//gtms03.alicdn.com/tps/i3/TB1yeWeIFXXXXX5XFXXuAZJYXXX-210-210.png_80x80.jpg",
"images": [
"//gw.alicdn.com/bao/uploaded/i3/O1CN014BwqZu1n2FNmeEoKT_!!0-tbbala.jpg",
"//gw.alicdn.com/bao/uploaded/i3/O1CN0127NaT91n2FNiZfMpM_!!0-tbbala.jpg",
"//gw.alicdn.com/bao/uploaded/i3/O1CN010XKIvs1n2FNoQRgwm_!!0-tbbala.jpg",
"//gw.alicdn.com/bao/uploaded/i3/O1CN01PjRPDp1n2FNrHMvIx_!!0-tbbala.jpg",
"//gw.alicdn.com/bao/uploaded/i4/O1CN01npbfd21n2FNldwEZA_!!0-tbbala.jpg"
],
"is_vip": "true",
"media": [
{
"image_url": "//gw.alicdn.com/bao/uploaded/i3/O1CN014BwqZu1n2FNmeEoKT_!!0-tbbala.jpg",
"type": "image"
},
{
"image_url": "//gw.alicdn.com/bao/uploaded/i3/O1CN0127NaT91n2FNiZfMpM_!!0-tbbala.jpg",
"type": "image"
},
{
"image_url": "//gw.alicdn.com/bao/uploaded/i3/O1CN010XKIvs1n2FNoQRgwm_!!0-tbbala.jpg",
"type": "image"
},
{
"image_url": "//gw.alicdn.com/bao/uploaded/i3/O1CN01PjRPDp1n2FNrHMvIx_!!0-tbbala.jpg",
"type": "image"
},
{
"image_url": "//gw.alicdn.com/bao/uploaded/i4/O1CN01npbfd21n2FNldwEZA_!!0-tbbala.jpg",
"type": "image"
},
{
"image_url": "//gw.alicdn.com/bao/uploaded//imgextra/i3/O1CN01BFxAAI1n2FNu8qaoN_!!0-tbbala.jpg",
"type": "video",
"video_url": "//gw.alicdn.com/bao/uploaded//play/u/null/p/1/d/hd/e/6/t/1/374694822101.mp4"
}
],
"media_ext_text": "6图",
"member_level": "8",
"sku_info": "颜色分类:薄墨",
"tmall_member_level": "2",
"user_name": "c**9"
}
],
"total_count": "2万+",
"ut_feed_id": "1185631642879"
},
"resource": {
"entrances": {
"ask_all": {
"icon": "https://img.alicdn.com/tps/TB1tVU6PpXXXXXFaXXXXXXXXXXX-102-60.png",
"link": "https://web.m.taobao.com/app/mtb/ask-everyone/list?pha=true&disableNav=YES&refId=649514199788",
"text": "\"太滑不能用\""
}
}
},
"seller": {
"all_item_count": "46",
"atmophere_mask": false,
"atmosphere_color": "#ffffff",
"cert_icon": "http://gw.alicdn.com/tfs/TB1zgzmlZLJ8KJjy0FnXXcFDpXa-171-148.png",
"cert_text": "金牌卖家",
"credit_level": "14",
"credit_level_icon": "//gw.alicdn.com/tfs/TB1Ag2CixrI8KJjy0FpXXb5hVXa-132-24.png",
"entrance_list": [
{
"action": [
{
"key": "open_url",
"params": {
"url": "//shop.m.taobao.com/shop/shop_index.htm?user_id=2211230954063&item_id=649514199788¤tClickTime=-1"
}
},
{
"key": "user_track",
"params": {
"track_name": "Button-NewShopcard-ShopPage",
"track_params": {
"spm": "a.2141.7631564.shoppage"
}
}
}
],
"background_color": "#ffffff",
"border_color": "#FF5000",
"text": "进店逛逛",
"text_color": "#FF5000"
},
{
"action": [
{
"key": "open_url",
"params": {
"url": "//shop.m.taobao.com/shop/shop_index.htm?user_id=2211230954063&item_id=649514199788&shop_navi=allitems"
}
},
{
"key": "user_track",
"params": {
"track_name": "Button-NewShopcard-AllItem",
"track_params": {
"spm": "a.2141.7631564.allitem"
}
}
}
],
"background_color": "#ffffff",
"border_color": "#FF5000",
"text": "全部宝贝",
"text_color": "#FF5000"
}
],
"evaluates": [
{
"level": "1",
"level_background_color": "#FFF1EB",
"level_text": "高",
"level_text_color": "#FF5000",
"score": "4.8 ",
"title": "宝贝描述",
"tmall_level_background_color": "#FFF1EB",
"tmall_level_text_color": "#FF0036",
"type": "desc"
},
{
"level": "1",
"level_background_color": "#FFF1EB",
"level_text": "高",
"level_text_color": "#FF5000",
"score": "4.8 ",
"title": "卖家服务",
"tmall_level_background_color": "#FFF1EB",
"tmall_level_text_color": "#FF0036",
"type": "serv"
},
{
"level": "1",
"level_background_color": "#FFF1EB",
"level_text": "高",
"level_text_color": "#FF5000",
"score": "4.8 ",
"title": "物流服务",
"tmall_level_background_color": "#FFF1EB",
"tmall_level_text_color": "#FF0036",
"type": "post"
}
],
"evaluates2": [
{
"level": "1",
"level_text": "高",
"level_text_color": "#FF7333",
"score": "4.8 ",
"score_text_color": "#999999",
"title": "宝贝描述",
"title_color": "#999999",
"type": "desc"
},
{
"level": "1",
"level_text": "高",
"level_text_color": "#FF7333",
"score": "4.8 ",
"score_text_color": "#999999",
"title": "卖家服务",
"title_color": "#999999",
"type": "serv"
},
{
"level": "1",
"level_text": "高",
"level_text_color": "#FF7333",
"score": "4.8 ",
"score_text_color": "#999999",
"title": "物流服务",
"title_color": "#999999",
"type": "post"
}
],
"fans": "2.8万",
"fbt2_user": "touna东奈",
"good_rate_percentage": "99.79%",
"is_show_cert_icon": true,
"seller_nick": "touna东奈",
"seller_type": "C",
"shop_card": "本店共46件宝贝在热卖",
"shop_icon": "https://img.alicdn.com/imgextra/i3/6000000003923/O1CN01RC2uuG1eqmTLQMn7k_!!6000000003923-0-shopmanager.jpg",
"shop_id": "182071711",
"shop_name": "日本GGT自营店",
"shop_text_color": "#111111",
"shop_type": "C",
"shop_url": "tmall://page.tm/shop?item_id=649514199788&shopId=182071711",
"shop_version": "0",
"show_shop_link_icon": false,
"simple_shop_d_o_status": "1",
"starts": "2021-03-25 13:30:32",
"tag_icon": "//gtms04.alicdn.com/tps/i4/TB1YE.PHVXXXXb6XXXXSutbFXXX.jpg",
"tao_shop_url": "//shop.m.taobao.com/shop/shop_index.htm?user_id=2211230954063&item_id=649514199788",
"user_id": "2211230954063"
},
"sku_base": {
"props": [
{
"name": "颜色分类",
"pid": "1627207",
"values": [
{
"image": "http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01fSXMxD1fstu2ocaEi_!!2211230954063.jpg",
"name": "薄墨+浅咖",
"vid": "3897652492"
},
{
"image": "http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01yPYdfp1fstu2odaYx_!!2211230954063.jpg",
"name": "薄墨+乳白",
"vid": "13752082265"
},
{
"image": "http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01uXT2Zk1fstu2K6X01_!!2211230954063.jpg",
"name": "樱若+乳白",
"vid": "13777116582"
},
{
"image": "http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01pzTESN1fstu9hr5YC_!!2211230954063.jpg",
"name": "樱若+薄墨",
"vid": "13752082267"
},
{
"image": "http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01od9MdS1fstu89VCKB_!!2211230954063.jpg",
"name": "乳白+薄墨+浅咖",
"vid": "13752082268"
},
{
"image": "http://img.alicdn.com/imgextra/i4/2211230954063/O1CN01XlSKrz1fstu9hqU7g_!!2211230954063.jpg",
"name": "乳白+樱若+薄墨",
"vid": "13752082269"
},
{
"image": "http://img.alicdn.com/imgextra/i3/2211230954063/O1CN01qMCM5E1fstu0I5gvz_!!2211230954063.jpg",
"name": "乳白+樱若+浅咖",
"vid": "13752082270"
},
{
"image": "http://img.alicdn.com/imgextra/i1/2211230954063/O1CN01apOs7R1fstttaYw1r_!!2211230954063.jpg",
"name": "樱若+浅咖+薄墨",
"vid": "13752082271"
},
{
"image": "http://img.alicdn.com/imgextra/i1/2211230954063/O1CN01KsQEpH1fstvEcb5PF_!!2211230954063.jpg",
"name": "乳白",
"vid": "3771082"
},
{
"image": "http://img.alicdn.com/imgextra/i2/2211230954063/O1CN012drUTJ1fstvIFeyvu_!!2211230954063.jpg",
"name": "樱若",
"vid": "564996585"
},
{
"image": "http://img.alicdn.com/imgextra/i1/2211230954063/O1CN010YXV6z1fstvIFcZFL_!!2211230954063.jpg",
"name": "浅咖",
"vid": "36804826"
},
{
"image": "http://img.alicdn.com/imgextra/i2/2211230954063/O1CN01Vo6EK21fstv7oYuvP_!!2211230954063.jpg",
"name": "薄墨",
"vid": "109425281"
}
]
}
],
"skus": [
{
"prop_path": "1627207:3897652492",
"sku_id": "4852350155123"
},
{
"prop_path": "1627207:13752082265",
"sku_id": "4852350155114"
},
{
"prop_path": "1627207:13777116582",
"sku_id": "4852350155115"
},
{
"prop_path": "1627207:13752082267",
"sku_id": "4852350155116"
},
{
"prop_path": "1627207:13752082268",
"sku_id": "4852350155117"
},
{
"prop_path": "1627207:13752082269",
"sku_id": "4852350155118"
},
{
"prop_path": "1627207:13752082270",
"sku_id": "4852350155119"
},
{
"prop_path": "1627207:13752082271",
"sku_id": "4852350155120"
},
{
"prop_path": "1627207:3771082",
"sku_id": "4732971408348"
},
{
"prop_path": "1627207:564996585",
"sku_id": "4732971408349"
},
{
"prop_path": "1627207:36804826",
"sku_id": "4732971408347"
},
{
"prop_path": "1627207:109425281",
"sku_id": "4732971408346"
}
]
},
"vertical": {
"ask_all": {
"answer_icon": "https://img.alicdn.com/tps/TB1Z7c2LXXXXXXmaXXXXXXXXXXX-132-42.png",
"answer_text": "?为啥?我觉得好好用",
"ask_icon": "https://img.alicdn.com/tps/TB1tVU6PpXXXXXFaXXXXXXXXXXX-102-60.png",
"ask_text": "太滑不能用",
"link_url": "https://web.m.taobao.com/app/mtb/ask-everyone/list?pha=true&disableNav=YES&refId=649514199788",
"model4_x_list": [
{
"answer_count_text": "9个回答",
"ask_icon": "//gw.alicdn.com/tfs/TB1lneilZLJ8KJjy0FnXXcFDpXa-36-36.png",
"ask_text": "太滑不能用",
"ask_text_color": "#162B36"
},
{
"answer_count_text": "5个回答",
"ask_icon": "//gw.alicdn.com/tfs/TB1lneilZLJ8KJjy0FnXXcFDpXa-36-36.png",
"ask_text": "质量怎么样 濰❤小程序・问冬冬4圆就买到了",
"ask_text_color": "#162B36"
}
],
"model_list": [
{
"answer_count_text": "9个回答",
"ask_text": "太滑不能用",
"first_answer": "?为啥?我觉得好好用"
},
{
"answer_count_text": "5个回答",
"ask_text": "质量怎么样 濰❤小程序・问冬冬4圆就买到了",
"first_answer": "真的很不错!"
}
],
"quest_num": "41",
"show_num": "2",
"title": "问大家(41)"
}
}
}
}
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 | |
100 | 请求参数错误 | 检查您的请求参数是否正确 |
101 | 请求超时,请重试 | 检查您的网络情况或者联系客服解决 |
200 | 系统错误,请联系客服 | 检查您的接口地址填写是否正确,其他问题联系客服解决 |
202 | 系统错误,请稍后再试 | 稍后重试,或者联系对接群 |
203 | 暂不支持当前接口 | |
204 | 请求异常:无该接口权限,请前往官网开通正式接口。 | 前往官网开通该接口权限 |
204 | 请求异常:API 调用次数不足,请前往网站兑换次数。 | 前往官网充值该接口调用次数 |
204 | 商品链接异常,请填写经过 urlencode 转换过的商品链接地址。 | |
401 | 身份凭证无效 | 在请求头中添加 access_token |