马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
x
一:以下是一个更详细的在 PHP 中调用京东商品详情 API 接口的示例,该示例包括了从请求参数的构建、签名的天生到发送请求和处理相应的完整过程:
- <?php
- // 以下是京东开放平台的 API 所需的必要信息,请根据实际情况替换
- $appKey = "YOUR_APP_KEY";
- $appSecret = "YOUR_APP_SECRET";
- $skuId = "YOUR_SKU_ID"; // 你要查询的商品的 SKU 标识
- // API 的基本信息
- $method = "jingdong.item.get";
- $timestamp = date('Y-m-d H:i:s');
- $format = "json";
- $v = "2.0";
- // 构建请求参数
- $paramJson = json_encode([
- "sku_id" => $skuId,
- // 你可以根据自己的需求添加更多的字段,以下是一些示例字段
- "fields" => "item_id,title,price,image_url,category,stock_state,description"
- ]);
- // 完整的请求参数数组
- $requestParams = [
- "app_key" => $appKey,
- "method" => $method,
- "timestamp" => $timestamp,
- "format" => $format,
- "v" => $v,
- "param_json" => $paramJson
- ];
- // 对请求参数进行签名
- ksort($requestParams); // 按照键名对参数进行升序排序
- $signStr = $appSecret;
- foreach ($requestParams as $key => $value) {
- $signStr.= $key. $value;
- }
- $signStr.= $appSecret;
- $sign = strtoupper(md5($signStr)); // 生成签名,转换为大写
- $requestParams['sign'] = $sign;
- // 构建完整的请求 URL
- $url = "https://api.jd.com/routerjson";
- // 初始化 cURL 会话
- $ch = curl_init();
- curl_setopt($ch, CURLOPT_URL, $url);
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
- curl_setopt($ch, CURLOPT_POST, true);
- curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($requestParams));
- // 执行请求
- $response = curl_exec($ch);
- // 检查是否有错误发生
- if (curl_errno($ch)) {
- die("cURL 错误: ". curl_error($ch));
- }
- // 关闭 cURL 会话
- curl_close($ch);
- // 处理响应
- $result = json_decode($response, true);
- if ($result) {
- if (isset($result['error_response'])) {
- // 处理 API 返回的错误信息
- echo "API 错误: ". $result['error_response']['msg']. PHP_EOL;
- } else {
- // 输出商品详情
- echo "商品详情: ". json_encode($result, JSON_PRETTY_PRINT). PHP_EOL;
- }
- } else {
- echo "无法解析 API 响应。". PHP_EOL;
- }
- ?>
复制代码 二:jd.item_get-获得JD商品详情 公共参数
名称范例必须形貌keyString是调用key(必须以GET方式拼接在URL中)secretString是调用密钥api_nameString是API接口名称(包括在请求地点中)[item_search,item_get,item_search_shop等]cacheString否[yes,no]默认yes,将调用缓存的数据,速度比较快result_typeString否[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读langString否[cn,en,ru]翻译语言,默认cn简体中文versionString否API版本 三:请求参数
- 请求参数:num_iid=10335871600
- 参数说明:num_iid:JD商品ID
复制代码 四: 代码相应示例
- {
- "item": {
- "num_iid": "10335871600",
- "title": "安踏男鞋休闲运动鞋夏季新款网面透气轻便板鞋跑步鞋子户外训练体测鞋 5527-7象牙白/雾灰-网面 42",
- "desc_short": "",
- "price": "179.00",
- "total_price": "",
- "suggestive_price": "",
- "orginal_price": "339.00",
- "nick": "安踏悠购专卖店",
- "num": "99",
- "min_num": 0,
- "detail_url": "https://item.jd.com/10335871600.html#crumb-wrap",
- "pic_url": "//img10.360buyimg.com/n0/jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "brand": null,
- "brandId": 3552,
- "rootCatId": 12099,
- "cid": 9756,
- "created_time": "",
- "modified_time": "",
- "delist_time": "",
- "desc": "",
- "desc_img": [],
- "item_imgs": [
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/190177/15/30398/167700/63b8cd47F2b7ee73c/9ceb068453396c04.jpg"
- },
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/156315/13/33830/159672/63b8cd47Ffee4e8c7/379180f2783cbd08.jpg"
- },
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/135506/26/29160/129980/63b8cd48F241acda4/844b9d7a2e6ca7f0.jpg"
- },
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/133735/26/32821/151733/63b8cd48Fd1d816a3/f42953b364269e92.jpg"
- },
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/129622/17/34643/188427/63b8cd48Fd720c5a2/92e07d129187db01.jpg"
- },
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/138642/2/33034/61823/63b8cd48Fe08f3d25/57e6623ae31713ac.jpg"
- },
- {
- "url": "//img10.360buyimg.com/n1/jfs/t1/203164/27/30720/149336/63b8cd48Fc5701d7e/dd9e11f9acf1b4fc.jpg"
- }
- ],
- "item_weight": null,
- "item_volume": "",
- "item_size": "",
- "location": null,
- "post_fee": "",
- "express_fee": "",
- "ems_fee": "",
- "shipping_to": "",
- "has_discount": "",
- "video": "https://jvod.300hu.com/vod/product/e00714f5-b497-457c-989c-77c3877fe409/429f0d794f924aa882cb22d02245b2cd.mp4",
- "sample_id": "",
- "is_promotion": "",
- "props_name": "0:0:尺码:43;0:1:尺码:42;0:2:尺码:39;0:3:尺码:40;0:4:尺码:44.5;0:5:尺码:40.5;0:6:尺码:41;0:7:尺码:42.5;1:0:颜色:-7二度灰/安踏白;1:1:颜色:5527-7象牙白/雾灰-网面;1:2:颜色:-6黑/安踏白;1:3:颜色:-8黑(推荐);1:4:颜色:-1象牙白/黑;1:5:颜色:-1象牙白/泥沙灰/黑;1:6:颜色:-2象牙白/浊普蓝;1:7:颜色:-2象牙白/祖母绿/黑",
- "prop_imgs": {
- "prop_img": [
- {
- "properties": "0:0;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:1;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:2;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:3;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:4;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:5;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:6;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:7;1:0",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
- },
- {
- "properties": "0:0;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:1;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:2;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:3;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:4;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:5;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:6;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:7;1:1",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
- },
- {
- "properties": "0:0;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:1;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:2;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:3;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:4;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:5;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:6;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:7;1:2",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
- },
- {
- "properties": "0:0;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:1;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:2;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:3;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:4;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:5;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:6;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:7;1:3",
- "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
- },
- {
- "properties": "0:0;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:1;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:2;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:3;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:4;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:5;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:6;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:7;1:4",
- "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
- },
- {
- "properties": "0:0;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:1;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:2;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:3;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:4;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:5;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:6;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:7;1:5",
- "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
- },
- {
- "properties": "0:0;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:1;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:2;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:3;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:4;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:5;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:6;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:7;1:6",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
- },
- {
- "properties": "0:0;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- {
- "properties": "0:1;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- {
- "properties": "0:2;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- {
- "properties": "0:3;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- {
- "properties": "0:4;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- {
- "properties": "0:5;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- {
- "properties": "0:6;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- {
- "properties": "0:7;1:7",
- "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- }
- ]
- },
- "property_alias": "0:0:43;0:1:42;0:2:39;0:3:40;0:4:44.5;0:5:40.5;0:6:41;0:7:42.5;1:0:-7二度灰/安踏白;1:1:5527-7象牙白/雾灰-网面;1:2:-6黑/安踏白;1:3:-8黑(推荐);1:4:-1象牙白/黑;1:5:-1象牙白/泥沙灰/黑;1:6:-2象牙白/浊普蓝;1:7:-2象牙白/祖母绿/黑",
- "props": [
- {
- "name": "商品名称",
- "value": "安踏男鞋休闲运动鞋夏季新款网面透气轻便板鞋跑步鞋子户外训练体测鞋 5527-7象牙白/雾灰-网面 42"
- },
- {
- "name": "商品编号",
- "value": "10335871600"
- },
- {
- "name": "店铺",
- "value": " 安踏悠购专卖店"
- },
- {
- "name": "商品毛重",
- "value": "400.00g"
- },
- {
- "name": "商品产地",
- "value": "中国大陆"
- },
- {
- "name": "货号",
- "value": "安踏1"
- },
- {
- "name": "鞋面材质",
- "value": "网布,织物"
- },
- {
- "name": "适用季节",
- "value": "夏季"
- },
- {
- "name": "功能",
- "value": "透气,减震,轻便"
- },
- {
- "name": "适用性别",
- "value": "男"
- },
- {
- "name": "鞋底材质",
- "value": "EVA"
- },
- {
- "name": "运动系列",
- "value": "运动生活系列"
- },
- {
- "name": "适用场地",
- "value": "跑道,公路,小道"
- },
- {
- "name": "类别",
- "value": "入门跑鞋,稳定跑鞋,缓冲跑鞋"
- },
- {
- "name": "鞋面科技",
- "value": "织物呼吸网"
- },
- {
- "name": "鞋面功能",
- "value": "轻质"
- },
- {
- "name": "外底功能",
- "value": "轻质"
- },
- {
- "name": "上市时间",
- "value": "2023年夏季"
- },
- {
- "name": "流行元素",
- "value": "车缝线"
- },
- {
- "name": "颜色",
- "value": "黑色"
- },
- {
- "name": "是否使用环保材质",
- "value": "含环保材料"
- },
- {
- "name": "闭合方式",
- "value": "系带"
- },
- {
- "name": "中底功能",
- "value": "缓震"
- }
- ],
- "total_sold": "",
- "skus": {
- "sku": [
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:0",
- "properties_name": "0:0:尺码:43;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 10335871595,
- "sku_url": "http://item.jd.com/10335871595.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:1;1:0",
- "properties_name": "0:1:尺码:42;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 10335871594,
- "sku_url": "http://item.jd.com/10335871594.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:0",
- "properties_name": "0:2:尺码:39;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 10335871593,
- "sku_url": "http://item.jd.com/10335871593.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:0",
- "properties_name": "0:3:尺码:40;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 10335871592,
- "sku_url": "http://item.jd.com/10335871592.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:0",
- "properties_name": "0:4:尺码:44.5;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 10335871596,
- "sku_url": "http://item.jd.com/10335871596.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:0",
- "properties_name": "0:5:尺码:40.5;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 11500318990,
- "sku_url": "http://item.jd.com/11500318990.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:0",
- "properties_name": "0:6:尺码:41;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 10061004645932,
- "sku_url": "http://item.jd.com/10061004645932.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:0",
- "properties_name": "0:7:尺码:42.5;1:0:颜色:-7二度灰/安踏白",
- "quantity": "99",
- "sku_id": 11488668356,
- "sku_url": "http://item.jd.com/11488668356.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:1",
- "properties_name": "0:0:尺码:43;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 10335876501,
- "sku_url": "http://item.jd.com/10335876501.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:1;1:1",
- "properties_name": "0:1:尺码:42;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 10335871600,
- "sku_url": "http://item.jd.com/10335871600.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:1",
- "properties_name": "0:2:尺码:39;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 10335871599,
- "sku_url": "http://item.jd.com/10335871599.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:1",
- "properties_name": "0:3:尺码:40;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 10335871598,
- "sku_url": "http://item.jd.com/10335871598.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:1",
- "properties_name": "0:4:尺码:44.5;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 10335876502,
- "sku_url": "http://item.jd.com/10335876502.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:1",
- "properties_name": "0:5:尺码:40.5;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 11500318989,
- "sku_url": "http://item.jd.com/11500318989.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:1",
- "properties_name": "0:6:尺码:41;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 10061004645933,
- "sku_url": "http://item.jd.com/10061004645933.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:1",
- "properties_name": "0:7:尺码:42.5;1:1:颜色:5527-7象牙白/雾灰-网面",
- "quantity": "99",
- "sku_id": 11488668357,
- "sku_url": "http://item.jd.com/11488668357.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:2",
- "properties_name": "0:0:尺码:43;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 10335871589,
- "sku_url": "http://item.jd.com/10335871589.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:1;1:2",
- "properties_name": "0:1:尺码:42;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 10335871588,
- "sku_url": "http://item.jd.com/10335871588.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:2",
- "properties_name": "0:2:尺码:39;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 10335871587,
- "sku_url": "http://item.jd.com/10335871587.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:2",
- "properties_name": "0:3:尺码:40;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 10335871586,
- "sku_url": "http://item.jd.com/10335871586.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:2",
- "properties_name": "0:4:尺码:44.5;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 10335871590,
- "sku_url": "http://item.jd.com/10335871590.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:2",
- "properties_name": "0:5:尺码:40.5;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 11500318988,
- "sku_url": "http://item.jd.com/11500318988.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:2",
- "properties_name": "0:6:尺码:41;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 10061004645934,
- "sku_url": "http://item.jd.com/10061004645934.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:2",
- "properties_name": "0:7:尺码:42.5;1:2:颜色:-6黑/安踏白",
- "quantity": "99",
- "sku_id": 11488668358,
- "sku_url": "http://item.jd.com/11488668358.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:3",
- "properties_name": "0:0:尺码:43;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 43139143226,
- "sku_url": "http://item.jd.com/43139143226.html"
- },
- {
- "price": "178.99",
- "orginal_price": "178.99",
- "properties": "0:1;1:3",
- "properties_name": "0:1:尺码:42;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 43139143227,
- "sku_url": "http://item.jd.com/43139143227.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:3",
- "properties_name": "0:2:尺码:39;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 43139143228,
- "sku_url": "http://item.jd.com/43139143228.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:3",
- "properties_name": "0:3:尺码:40;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 43139143229,
- "sku_url": "http://item.jd.com/43139143229.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:3",
- "properties_name": "0:4:尺码:44.5;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 43139143230,
- "sku_url": "http://item.jd.com/43139143230.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:3",
- "properties_name": "0:5:尺码:40.5;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 43139143231,
- "sku_url": "http://item.jd.com/43139143231.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:3",
- "properties_name": "0:6:尺码:41;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 10061004645935,
- "sku_url": "http://item.jd.com/10061004645935.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:3",
- "properties_name": "0:7:尺码:42.5;1:3:颜色:-8黑(推荐)",
- "quantity": "99",
- "sku_id": 43139143233,
- "sku_url": "http://item.jd.com/43139143233.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:4",
- "properties_name": "0:0:尺码:43;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 43139143234,
- "sku_url": "http://item.jd.com/43139143234.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:1;1:4",
- "properties_name": "0:1:尺码:42;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 43139143235,
- "sku_url": "http://item.jd.com/43139143235.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:4",
- "properties_name": "0:2:尺码:39;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 43139143236,
- "sku_url": "http://item.jd.com/43139143236.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:4",
- "properties_name": "0:3:尺码:40;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 43139143237,
- "sku_url": "http://item.jd.com/43139143237.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:4",
- "properties_name": "0:4:尺码:44.5;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 43139143238,
- "sku_url": "http://item.jd.com/43139143238.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:4",
- "properties_name": "0:5:尺码:40.5;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 43139143239,
- "sku_url": "http://item.jd.com/43139143239.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:4",
- "properties_name": "0:6:尺码:41;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 10061004645936,
- "sku_url": "http://item.jd.com/10061004645936.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:4",
- "properties_name": "0:7:尺码:42.5;1:4:颜色:-1象牙白/黑",
- "quantity": "99",
- "sku_id": 43139143241,
- "sku_url": "http://item.jd.com/43139143241.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:5",
- "properties_name": "0:0:尺码:43;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 43139143242,
- "sku_url": "http://item.jd.com/43139143242.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:1;1:5",
- "properties_name": "0:1:尺码:42;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 43139143243,
- "sku_url": "http://item.jd.com/43139143243.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:5",
- "properties_name": "0:2:尺码:39;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 43139143244,
- "sku_url": "http://item.jd.com/43139143244.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:5",
- "properties_name": "0:3:尺码:40;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 43139143245,
- "sku_url": "http://item.jd.com/43139143245.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:5",
- "properties_name": "0:4:尺码:44.5;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 43139143246,
- "sku_url": "http://item.jd.com/43139143246.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:5",
- "properties_name": "0:5:尺码:40.5;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 43139143247,
- "sku_url": "http://item.jd.com/43139143247.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:5",
- "properties_name": "0:6:尺码:41;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 10061004645937,
- "sku_url": "http://item.jd.com/10061004645937.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:5",
- "properties_name": "0:7:尺码:42.5;1:5:颜色:-1象牙白/泥沙灰/黑",
- "quantity": "99",
- "sku_id": 43139143249,
- "sku_url": "http://item.jd.com/43139143249.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:6",
- "properties_name": "0:0:尺码:43;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 17160622595,
- "sku_url": "http://item.jd.com/17160622595.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:1;1:6",
- "properties_name": "0:1:尺码:42;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 17160622594,
- "sku_url": "http://item.jd.com/17160622594.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:6",
- "properties_name": "0:2:尺码:39;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 17160622593,
- "sku_url": "http://item.jd.com/17160622593.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:6",
- "properties_name": "0:3:尺码:40;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 17160622600,
- "sku_url": "http://item.jd.com/17160622600.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:6",
- "properties_name": "0:4:尺码:44.5;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 17160622598,
- "sku_url": "http://item.jd.com/17160622598.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:6",
- "properties_name": "0:5:尺码:40.5;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 17160622599,
- "sku_url": "http://item.jd.com/17160622599.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:6",
- "properties_name": "0:6:尺码:41;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 10061004645938,
- "sku_url": "http://item.jd.com/10061004645938.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:6",
- "properties_name": "0:7:尺码:42.5;1:6:颜色:-2象牙白/浊普蓝",
- "quantity": "99",
- "sku_id": 17160622596,
- "sku_url": "http://item.jd.com/17160622596.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:0;1:7",
- "properties_name": "0:0:尺码:43;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 16878195191,
- "sku_url": "http://item.jd.com/16878195191.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:1;1:7",
- "properties_name": "0:1:尺码:42;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 16878195194,
- "sku_url": "http://item.jd.com/16878195194.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:2;1:7",
- "properties_name": "0:2:尺码:39;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 16878195192,
- "sku_url": "http://item.jd.com/16878195192.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:3;1:7",
- "properties_name": "0:3:尺码:40;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 16878195187,
- "sku_url": "http://item.jd.com/16878195187.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:4;1:7",
- "properties_name": "0:4:尺码:44.5;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 16878195188,
- "sku_url": "http://item.jd.com/16878195188.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:5;1:7",
- "properties_name": "0:5:尺码:40.5;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 16878195189,
- "sku_url": "http://item.jd.com/16878195189.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:6;1:7",
- "properties_name": "0:6:尺码:41;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 10061004645939,
- "sku_url": "http://item.jd.com/10061004645939.html"
- },
- {
- "price": "179.00",
- "orginal_price": "179.00",
- "properties": "0:7;1:7",
- "properties_name": "0:7:尺码:42.5;1:7:颜色:-2象牙白/祖母绿/黑",
- "quantity": "99",
- "sku_id": 16878195193,
- "sku_url": "http://item.jd.com/16878195193.html"
- }
- ]
- },
- "seller_id": "",
- "sales": "",
- "props_list": {
- "0:0": "尺码:43",
- "0:1": "尺码:42",
- "0:2": "尺码:39",
- "0:3": "尺码:40",
- "0:4": "尺码:44.5",
- "0:5": "尺码:40.5",
- "0:6": "尺码:41",
- "0:7": "尺码:42.5",
- "1:0": "颜色:-7二度灰/安踏白",
- "1:1": "颜色:5527-7象牙白/雾灰-网面",
- "1:2": "颜色:-6黑/安踏白",
- "1:3": "颜色:-8黑(推荐)",
- "1:4": "颜色:-1象牙白/黑",
- "1:5": "颜色:-1象牙白/泥沙灰/黑",
- "1:6": "颜色:-2象牙白/浊普蓝",
- "1:7": "颜色:-2象牙白/祖母绿/黑"
- },
- "seller_info": {
- "level": "",
- "shop_type": "",
- "user_num_id": "213251",
- "cid": "",
- "delivery_score": "",
- "item_score": "",
- "score_p": "",
- "zhuy": "https://mall.jd.com/index-213251.html",
- "search_id": "",
- "nick": "安踏悠购专卖店",
- "shop_name": "安踏悠购专卖店",
- "title": "安踏悠购专卖店"
- },
- "tmall": false,
- "error": "",
- "warning": "",
- "url_log": [],
- "coupon_activity": "",
- "stuff_status": "",
- "shopinfo": [],
- "shop_id": "213251",
- "method": "",
- "promo_type": "",
- "props_img": {
- "0:0;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:1;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:2;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:3;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:4;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:5;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:6;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:7;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
- "0:0;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:1;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:2;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:3;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:4;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:5;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:6;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:7;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
- "0:0;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:1;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:2;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:3;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:4;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:5;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:6;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:7;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
- "0:0;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:1;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:2;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:3;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:4;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:5;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:6;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:7;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
- "0:0;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:1;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:2;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:3;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:4;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:5;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:6;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:7;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
- "0:0;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:1;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:2;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:3;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:4;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:5;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:6;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:7;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
- "0:0;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:1;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:2;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:3;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:4;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:5;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:6;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:7;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
- "0:0;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
- "0:1;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
- "0:2;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
- "0:3;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
- "0:4;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
- "0:5;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
- "0:6;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
- "0:7;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
- },
- "data_from": "ti",
- "shop_item": [],
- "relate_items": []
- },
- "secache": "29126e588509ddfeccfca167642f7bc2",
- "secache_time": 1686196547,
- "secache_date": "2023-06-08 11:55:47",
- "translate_status": "",
- "translate_time": 0,
- "language": {
- "default_lang": "cn",
- "current_lang": "cn"
- },
- "error": "",
- "reason": "",
- "error_code": "0000",
- "cache": 0,
- "api_info": "today:54 max:10000 all[115=54+39+22];expires:2030-12-31",
- "execution_time": "6.607",
- "server_time": "Beijing/2023-06-08 11:55:47",
- "client_ip": "106.6.35.175",
- "call_args": [
- "10335871600"
- ],
- "api_type": "jd",
- "translate_language": "zh-CN",
- "translate_engine": "baidu",
- "server_memory": "1.01MB",
- "request_id": "gw-4.6481513cebbb5",
- "last_id": "1793212052"
- }
复制代码 文章内容有限,欢迎私信交换。
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。 |