京东api接口获得JD商品详情接口PHP调用演示示例

打印 上一主题 下一主题

主题 1041|帖子 1041|积分 3123

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

x
一:以下是一个更详细的在 PHP 中调用京东商品详情 API 接口的示例,该示例包括了从请求参数的构建、签名的天生到发送请求和处理相应的完整过程:
  1. <?php
  2. // 以下是京东开放平台的 API 所需的必要信息,请根据实际情况替换
  3. $appKey = "YOUR_APP_KEY";
  4. $appSecret = "YOUR_APP_SECRET";
  5. $skuId = "YOUR_SKU_ID"; // 你要查询的商品的 SKU 标识
  6. // API 的基本信息
  7. $method = "jingdong.item.get";
  8. $timestamp = date('Y-m-d H:i:s');
  9. $format = "json";
  10. $v = "2.0";
  11. // 构建请求参数
  12. $paramJson = json_encode([
  13.     "sku_id" => $skuId,
  14.     // 你可以根据自己的需求添加更多的字段,以下是一些示例字段
  15.     "fields" => "item_id,title,price,image_url,category,stock_state,description"
  16. ]);
  17. // 完整的请求参数数组
  18. $requestParams = [
  19.     "app_key" => $appKey,
  20.     "method" => $method,
  21.     "timestamp" => $timestamp,
  22.     "format" => $format,
  23.     "v" => $v,
  24.     "param_json" => $paramJson
  25. ];
  26. // 对请求参数进行签名
  27. ksort($requestParams); // 按照键名对参数进行升序排序
  28. $signStr = $appSecret;
  29. foreach ($requestParams as $key => $value) {
  30.     $signStr.= $key. $value;
  31. }
  32. $signStr.= $appSecret;
  33. $sign = strtoupper(md5($signStr)); // 生成签名,转换为大写
  34. $requestParams['sign'] = $sign;
  35. // 构建完整的请求 URL
  36. $url = "https://api.jd.com/routerjson";
  37. // 初始化 cURL 会话
  38. $ch = curl_init();
  39. curl_setopt($ch, CURLOPT_URL, $url);
  40. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  41. curl_setopt($ch, CURLOPT_POST, true);
  42. curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($requestParams));
  43. // 执行请求
  44. $response = curl_exec($ch);
  45. // 检查是否有错误发生
  46. if (curl_errno($ch)) {
  47.     die("cURL 错误: ". curl_error($ch));
  48. }
  49. // 关闭 cURL 会话
  50. curl_close($ch);
  51. // 处理响应
  52. $result = json_decode($response, true);
  53. if ($result) {
  54.     if (isset($result['error_response'])) {
  55.         // 处理 API 返回的错误信息
  56.         echo "API 错误: ". $result['error_response']['msg']. PHP_EOL;
  57.     } else {
  58.         // 输出商品详情
  59.         echo "商品详情: ". json_encode($result, JSON_PRETTY_PRINT). PHP_EOL;
  60.     }
  61. } else {
  62.     echo "无法解析 API 响应。". PHP_EOL;
  63. }
  64. ?>
复制代码
二: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版本 三:请求参数
  1. 请求参数:num_iid=10335871600
  2. 参数说明:num_iid:JD商品ID
复制代码
四: 代码相应示例

  1. {
  2.         "item": {
  3.                 "num_iid": "10335871600",
  4.                 "title": "安踏男鞋休闲运动鞋夏季新款网面透气轻便板鞋跑步鞋子户外训练体测鞋 5527-7象牙白/雾灰-网面 42",
  5.                 "desc_short": "",
  6.                 "price": "179.00",
  7.                 "total_price": "",
  8.                 "suggestive_price": "",
  9.                 "orginal_price": "339.00",
  10.                 "nick": "安踏悠购专卖店",
  11.                 "num": "99",
  12.                 "min_num": 0,
  13.                 "detail_url": "https://item.jd.com/10335871600.html#crumb-wrap",
  14.                 "pic_url": "//img10.360buyimg.com/n0/jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  15.                 "brand": null,
  16.                 "brandId": 3552,
  17.                 "rootCatId": 12099,
  18.                 "cid": 9756,
  19.                 "created_time": "",
  20.                 "modified_time": "",
  21.                 "delist_time": "",
  22.                 "desc": "",
  23.                 "desc_img": [],
  24.                 "item_imgs": [
  25.                         {
  26.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  27.                         },
  28.                         {
  29.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/190177/15/30398/167700/63b8cd47F2b7ee73c/9ceb068453396c04.jpg"
  30.                         },
  31.                         {
  32.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/156315/13/33830/159672/63b8cd47Ffee4e8c7/379180f2783cbd08.jpg"
  33.                         },
  34.                         {
  35.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/135506/26/29160/129980/63b8cd48F241acda4/844b9d7a2e6ca7f0.jpg"
  36.                         },
  37.                         {
  38.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/133735/26/32821/151733/63b8cd48Fd1d816a3/f42953b364269e92.jpg"
  39.                         },
  40.                         {
  41.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/129622/17/34643/188427/63b8cd48Fd720c5a2/92e07d129187db01.jpg"
  42.                         },
  43.                         {
  44.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/138642/2/33034/61823/63b8cd48Fe08f3d25/57e6623ae31713ac.jpg"
  45.                         },
  46.                         {
  47.                                 "url": "//img10.360buyimg.com/n1/jfs/t1/203164/27/30720/149336/63b8cd48Fc5701d7e/dd9e11f9acf1b4fc.jpg"
  48.                         }
  49.                 ],
  50.                 "item_weight": null,
  51.                 "item_volume": "",
  52.                 "item_size": "",
  53.                 "location": null,
  54.                 "post_fee": "",
  55.                 "express_fee": "",
  56.                 "ems_fee": "",
  57.                 "shipping_to": "",
  58.                 "has_discount": "",
  59.                 "video": "https://jvod.300hu.com/vod/product/e00714f5-b497-457c-989c-77c3877fe409/429f0d794f924aa882cb22d02245b2cd.mp4",
  60.                 "sample_id": "",
  61.                 "is_promotion": "",
  62.                 "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象牙白/祖母绿/黑",
  63.                 "prop_imgs": {
  64.                         "prop_img": [
  65.                                 {
  66.                                         "properties": "0:0;1:0",
  67.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  68.                                 },
  69.                                 {
  70.                                         "properties": "0:1;1:0",
  71.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  72.                                 },
  73.                                 {
  74.                                         "properties": "0:2;1:0",
  75.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  76.                                 },
  77.                                 {
  78.                                         "properties": "0:3;1:0",
  79.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  80.                                 },
  81.                                 {
  82.                                         "properties": "0:4;1:0",
  83.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  84.                                 },
  85.                                 {
  86.                                         "properties": "0:5;1:0",
  87.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  88.                                 },
  89.                                 {
  90.                                         "properties": "0:6;1:0",
  91.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  92.                                 },
  93.                                 {
  94.                                         "properties": "0:7;1:0",
  95.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg"
  96.                                 },
  97.                                 {
  98.                                         "properties": "0:0;1:1",
  99.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  100.                                 },
  101.                                 {
  102.                                         "properties": "0:1;1:1",
  103.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  104.                                 },
  105.                                 {
  106.                                         "properties": "0:2;1:1",
  107.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  108.                                 },
  109.                                 {
  110.                                         "properties": "0:3;1:1",
  111.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  112.                                 },
  113.                                 {
  114.                                         "properties": "0:4;1:1",
  115.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  116.                                 },
  117.                                 {
  118.                                         "properties": "0:5;1:1",
  119.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  120.                                 },
  121.                                 {
  122.                                         "properties": "0:6;1:1",
  123.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  124.                                 },
  125.                                 {
  126.                                         "properties": "0:7;1:1",
  127.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg"
  128.                                 },
  129.                                 {
  130.                                         "properties": "0:0;1:2",
  131.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  132.                                 },
  133.                                 {
  134.                                         "properties": "0:1;1:2",
  135.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  136.                                 },
  137.                                 {
  138.                                         "properties": "0:2;1:2",
  139.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  140.                                 },
  141.                                 {
  142.                                         "properties": "0:3;1:2",
  143.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  144.                                 },
  145.                                 {
  146.                                         "properties": "0:4;1:2",
  147.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  148.                                 },
  149.                                 {
  150.                                         "properties": "0:5;1:2",
  151.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  152.                                 },
  153.                                 {
  154.                                         "properties": "0:6;1:2",
  155.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  156.                                 },
  157.                                 {
  158.                                         "properties": "0:7;1:2",
  159.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg"
  160.                                 },
  161.                                 {
  162.                                         "properties": "0:0;1:3",
  163.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  164.                                 },
  165.                                 {
  166.                                         "properties": "0:1;1:3",
  167.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  168.                                 },
  169.                                 {
  170.                                         "properties": "0:2;1:3",
  171.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  172.                                 },
  173.                                 {
  174.                                         "properties": "0:3;1:3",
  175.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  176.                                 },
  177.                                 {
  178.                                         "properties": "0:4;1:3",
  179.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  180.                                 },
  181.                                 {
  182.                                         "properties": "0:5;1:3",
  183.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  184.                                 },
  185.                                 {
  186.                                         "properties": "0:6;1:3",
  187.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  188.                                 },
  189.                                 {
  190.                                         "properties": "0:7;1:3",
  191.                                         "url": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg"
  192.                                 },
  193.                                 {
  194.                                         "properties": "0:0;1:4",
  195.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  196.                                 },
  197.                                 {
  198.                                         "properties": "0:1;1:4",
  199.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  200.                                 },
  201.                                 {
  202.                                         "properties": "0:2;1:4",
  203.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  204.                                 },
  205.                                 {
  206.                                         "properties": "0:3;1:4",
  207.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  208.                                 },
  209.                                 {
  210.                                         "properties": "0:4;1:4",
  211.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  212.                                 },
  213.                                 {
  214.                                         "properties": "0:5;1:4",
  215.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  216.                                 },
  217.                                 {
  218.                                         "properties": "0:6;1:4",
  219.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  220.                                 },
  221.                                 {
  222.                                         "properties": "0:7;1:4",
  223.                                         "url": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg"
  224.                                 },
  225.                                 {
  226.                                         "properties": "0:0;1:5",
  227.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  228.                                 },
  229.                                 {
  230.                                         "properties": "0:1;1:5",
  231.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  232.                                 },
  233.                                 {
  234.                                         "properties": "0:2;1:5",
  235.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  236.                                 },
  237.                                 {
  238.                                         "properties": "0:3;1:5",
  239.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  240.                                 },
  241.                                 {
  242.                                         "properties": "0:4;1:5",
  243.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  244.                                 },
  245.                                 {
  246.                                         "properties": "0:5;1:5",
  247.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  248.                                 },
  249.                                 {
  250.                                         "properties": "0:6;1:5",
  251.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  252.                                 },
  253.                                 {
  254.                                         "properties": "0:7;1:5",
  255.                                         "url": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg"
  256.                                 },
  257.                                 {
  258.                                         "properties": "0:0;1:6",
  259.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  260.                                 },
  261.                                 {
  262.                                         "properties": "0:1;1:6",
  263.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  264.                                 },
  265.                                 {
  266.                                         "properties": "0:2;1:6",
  267.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  268.                                 },
  269.                                 {
  270.                                         "properties": "0:3;1:6",
  271.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  272.                                 },
  273.                                 {
  274.                                         "properties": "0:4;1:6",
  275.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  276.                                 },
  277.                                 {
  278.                                         "properties": "0:5;1:6",
  279.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  280.                                 },
  281.                                 {
  282.                                         "properties": "0:6;1:6",
  283.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  284.                                 },
  285.                                 {
  286.                                         "properties": "0:7;1:6",
  287.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg"
  288.                                 },
  289.                                 {
  290.                                         "properties": "0:0;1:7",
  291.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  292.                                 },
  293.                                 {
  294.                                         "properties": "0:1;1:7",
  295.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  296.                                 },
  297.                                 {
  298.                                         "properties": "0:2;1:7",
  299.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  300.                                 },
  301.                                 {
  302.                                         "properties": "0:3;1:7",
  303.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  304.                                 },
  305.                                 {
  306.                                         "properties": "0:4;1:7",
  307.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  308.                                 },
  309.                                 {
  310.                                         "properties": "0:5;1:7",
  311.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  312.                                 },
  313.                                 {
  314.                                         "properties": "0:6;1:7",
  315.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  316.                                 },
  317.                                 {
  318.                                         "properties": "0:7;1:7",
  319.                                         "url": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  320.                                 }
  321.                         ]
  322.                 },
  323.                 "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象牙白/祖母绿/黑",
  324.                 "props": [
  325.                         {
  326.                                 "name": "商品名称",
  327.                                 "value": "安踏男鞋休闲运动鞋夏季新款网面透气轻便板鞋跑步鞋子户外训练体测鞋 5527-7象牙白/雾灰-网面 42"
  328.                         },
  329.                         {
  330.                                 "name": "商品编号",
  331.                                 "value": "10335871600"
  332.                         },
  333.                         {
  334.                                 "name": "店铺",
  335.                                 "value": "  安踏悠购专卖店"
  336.                         },
  337.                         {
  338.                                 "name": "商品毛重",
  339.                                 "value": "400.00g"
  340.                         },
  341.                         {
  342.                                 "name": "商品产地",
  343.                                 "value": "中国大陆"
  344.                         },
  345.                         {
  346.                                 "name": "货号",
  347.                                 "value": "安踏1"
  348.                         },
  349.                         {
  350.                                 "name": "鞋面材质",
  351.                                 "value": "网布,织物"
  352.                         },
  353.                         {
  354.                                 "name": "适用季节",
  355.                                 "value": "夏季"
  356.                         },
  357.                         {
  358.                                 "name": "功能",
  359.                                 "value": "透气,减震,轻便"
  360.                         },
  361.                         {
  362.                                 "name": "适用性别",
  363.                                 "value": "男"
  364.                         },
  365.                         {
  366.                                 "name": "鞋底材质",
  367.                                 "value": "EVA"
  368.                         },
  369.                         {
  370.                                 "name": "运动系列",
  371.                                 "value": "运动生活系列"
  372.                         },
  373.                         {
  374.                                 "name": "适用场地",
  375.                                 "value": "跑道,公路,小道"
  376.                         },
  377.                         {
  378.                                 "name": "类别",
  379.                                 "value": "入门跑鞋,稳定跑鞋,缓冲跑鞋"
  380.                         },
  381.                         {
  382.                                 "name": "鞋面科技",
  383.                                 "value": "织物呼吸网"
  384.                         },
  385.                         {
  386.                                 "name": "鞋面功能",
  387.                                 "value": "轻质"
  388.                         },
  389.                         {
  390.                                 "name": "外底功能",
  391.                                 "value": "轻质"
  392.                         },
  393.                         {
  394.                                 "name": "上市时间",
  395.                                 "value": "2023年夏季"
  396.                         },
  397.                         {
  398.                                 "name": "流行元素",
  399.                                 "value": "车缝线"
  400.                         },
  401.                         {
  402.                                 "name": "颜色",
  403.                                 "value": "黑色"
  404.                         },
  405.                         {
  406.                                 "name": "是否使用环保材质",
  407.                                 "value": "含环保材料"
  408.                         },
  409.                         {
  410.                                 "name": "闭合方式",
  411.                                 "value": "系带"
  412.                         },
  413.                         {
  414.                                 "name": "中底功能",
  415.                                 "value": "缓震"
  416.                         }
  417.                 ],
  418.                 "total_sold": "",
  419.                 "skus": {
  420.                         "sku": [
  421.                                 {
  422.                                         "price": "179.00",
  423.                                         "orginal_price": "179.00",
  424.                                         "properties": "0:0;1:0",
  425.                                         "properties_name": "0:0:尺码:43;1:0:颜色:-7二度灰/安踏白",
  426.                                         "quantity": "99",
  427.                                         "sku_id": 10335871595,
  428.                                         "sku_url": "http://item.jd.com/10335871595.html"
  429.                                 },
  430.                                 {
  431.                                         "price": "179.00",
  432.                                         "orginal_price": "179.00",
  433.                                         "properties": "0:1;1:0",
  434.                                         "properties_name": "0:1:尺码:42;1:0:颜色:-7二度灰/安踏白",
  435.                                         "quantity": "99",
  436.                                         "sku_id": 10335871594,
  437.                                         "sku_url": "http://item.jd.com/10335871594.html"
  438.                                 },
  439.                                 {
  440.                                         "price": "179.00",
  441.                                         "orginal_price": "179.00",
  442.                                         "properties": "0:2;1:0",
  443.                                         "properties_name": "0:2:尺码:39;1:0:颜色:-7二度灰/安踏白",
  444.                                         "quantity": "99",
  445.                                         "sku_id": 10335871593,
  446.                                         "sku_url": "http://item.jd.com/10335871593.html"
  447.                                 },
  448.                                 {
  449.                                         "price": "179.00",
  450.                                         "orginal_price": "179.00",
  451.                                         "properties": "0:3;1:0",
  452.                                         "properties_name": "0:3:尺码:40;1:0:颜色:-7二度灰/安踏白",
  453.                                         "quantity": "99",
  454.                                         "sku_id": 10335871592,
  455.                                         "sku_url": "http://item.jd.com/10335871592.html"
  456.                                 },
  457.                                 {
  458.                                         "price": "179.00",
  459.                                         "orginal_price": "179.00",
  460.                                         "properties": "0:4;1:0",
  461.                                         "properties_name": "0:4:尺码:44.5;1:0:颜色:-7二度灰/安踏白",
  462.                                         "quantity": "99",
  463.                                         "sku_id": 10335871596,
  464.                                         "sku_url": "http://item.jd.com/10335871596.html"
  465.                                 },
  466.                                 {
  467.                                         "price": "179.00",
  468.                                         "orginal_price": "179.00",
  469.                                         "properties": "0:5;1:0",
  470.                                         "properties_name": "0:5:尺码:40.5;1:0:颜色:-7二度灰/安踏白",
  471.                                         "quantity": "99",
  472.                                         "sku_id": 11500318990,
  473.                                         "sku_url": "http://item.jd.com/11500318990.html"
  474.                                 },
  475.                                 {
  476.                                         "price": "179.00",
  477.                                         "orginal_price": "179.00",
  478.                                         "properties": "0:6;1:0",
  479.                                         "properties_name": "0:6:尺码:41;1:0:颜色:-7二度灰/安踏白",
  480.                                         "quantity": "99",
  481.                                         "sku_id": 10061004645932,
  482.                                         "sku_url": "http://item.jd.com/10061004645932.html"
  483.                                 },
  484.                                 {
  485.                                         "price": "179.00",
  486.                                         "orginal_price": "179.00",
  487.                                         "properties": "0:7;1:0",
  488.                                         "properties_name": "0:7:尺码:42.5;1:0:颜色:-7二度灰/安踏白",
  489.                                         "quantity": "99",
  490.                                         "sku_id": 11488668356,
  491.                                         "sku_url": "http://item.jd.com/11488668356.html"
  492.                                 },
  493.                                 {
  494.                                         "price": "179.00",
  495.                                         "orginal_price": "179.00",
  496.                                         "properties": "0:0;1:1",
  497.                                         "properties_name": "0:0:尺码:43;1:1:颜色:5527-7象牙白/雾灰-网面",
  498.                                         "quantity": "99",
  499.                                         "sku_id": 10335876501,
  500.                                         "sku_url": "http://item.jd.com/10335876501.html"
  501.                                 },
  502.                                 {
  503.                                         "price": "179.00",
  504.                                         "orginal_price": "179.00",
  505.                                         "properties": "0:1;1:1",
  506.                                         "properties_name": "0:1:尺码:42;1:1:颜色:5527-7象牙白/雾灰-网面",
  507.                                         "quantity": "99",
  508.                                         "sku_id": 10335871600,
  509.                                         "sku_url": "http://item.jd.com/10335871600.html"
  510.                                 },
  511.                                 {
  512.                                         "price": "179.00",
  513.                                         "orginal_price": "179.00",
  514.                                         "properties": "0:2;1:1",
  515.                                         "properties_name": "0:2:尺码:39;1:1:颜色:5527-7象牙白/雾灰-网面",
  516.                                         "quantity": "99",
  517.                                         "sku_id": 10335871599,
  518.                                         "sku_url": "http://item.jd.com/10335871599.html"
  519.                                 },
  520.                                 {
  521.                                         "price": "179.00",
  522.                                         "orginal_price": "179.00",
  523.                                         "properties": "0:3;1:1",
  524.                                         "properties_name": "0:3:尺码:40;1:1:颜色:5527-7象牙白/雾灰-网面",
  525.                                         "quantity": "99",
  526.                                         "sku_id": 10335871598,
  527.                                         "sku_url": "http://item.jd.com/10335871598.html"
  528.                                 },
  529.                                 {
  530.                                         "price": "179.00",
  531.                                         "orginal_price": "179.00",
  532.                                         "properties": "0:4;1:1",
  533.                                         "properties_name": "0:4:尺码:44.5;1:1:颜色:5527-7象牙白/雾灰-网面",
  534.                                         "quantity": "99",
  535.                                         "sku_id": 10335876502,
  536.                                         "sku_url": "http://item.jd.com/10335876502.html"
  537.                                 },
  538.                                 {
  539.                                         "price": "179.00",
  540.                                         "orginal_price": "179.00",
  541.                                         "properties": "0:5;1:1",
  542.                                         "properties_name": "0:5:尺码:40.5;1:1:颜色:5527-7象牙白/雾灰-网面",
  543.                                         "quantity": "99",
  544.                                         "sku_id": 11500318989,
  545.                                         "sku_url": "http://item.jd.com/11500318989.html"
  546.                                 },
  547.                                 {
  548.                                         "price": "179.00",
  549.                                         "orginal_price": "179.00",
  550.                                         "properties": "0:6;1:1",
  551.                                         "properties_name": "0:6:尺码:41;1:1:颜色:5527-7象牙白/雾灰-网面",
  552.                                         "quantity": "99",
  553.                                         "sku_id": 10061004645933,
  554.                                         "sku_url": "http://item.jd.com/10061004645933.html"
  555.                                 },
  556.                                 {
  557.                                         "price": "179.00",
  558.                                         "orginal_price": "179.00",
  559.                                         "properties": "0:7;1:1",
  560.                                         "properties_name": "0:7:尺码:42.5;1:1:颜色:5527-7象牙白/雾灰-网面",
  561.                                         "quantity": "99",
  562.                                         "sku_id": 11488668357,
  563.                                         "sku_url": "http://item.jd.com/11488668357.html"
  564.                                 },
  565.                                 {
  566.                                         "price": "179.00",
  567.                                         "orginal_price": "179.00",
  568.                                         "properties": "0:0;1:2",
  569.                                         "properties_name": "0:0:尺码:43;1:2:颜色:-6黑/安踏白",
  570.                                         "quantity": "99",
  571.                                         "sku_id": 10335871589,
  572.                                         "sku_url": "http://item.jd.com/10335871589.html"
  573.                                 },
  574.                                 {
  575.                                         "price": "179.00",
  576.                                         "orginal_price": "179.00",
  577.                                         "properties": "0:1;1:2",
  578.                                         "properties_name": "0:1:尺码:42;1:2:颜色:-6黑/安踏白",
  579.                                         "quantity": "99",
  580.                                         "sku_id": 10335871588,
  581.                                         "sku_url": "http://item.jd.com/10335871588.html"
  582.                                 },
  583.                                 {
  584.                                         "price": "179.00",
  585.                                         "orginal_price": "179.00",
  586.                                         "properties": "0:2;1:2",
  587.                                         "properties_name": "0:2:尺码:39;1:2:颜色:-6黑/安踏白",
  588.                                         "quantity": "99",
  589.                                         "sku_id": 10335871587,
  590.                                         "sku_url": "http://item.jd.com/10335871587.html"
  591.                                 },
  592.                                 {
  593.                                         "price": "179.00",
  594.                                         "orginal_price": "179.00",
  595.                                         "properties": "0:3;1:2",
  596.                                         "properties_name": "0:3:尺码:40;1:2:颜色:-6黑/安踏白",
  597.                                         "quantity": "99",
  598.                                         "sku_id": 10335871586,
  599.                                         "sku_url": "http://item.jd.com/10335871586.html"
  600.                                 },
  601.                                 {
  602.                                         "price": "179.00",
  603.                                         "orginal_price": "179.00",
  604.                                         "properties": "0:4;1:2",
  605.                                         "properties_name": "0:4:尺码:44.5;1:2:颜色:-6黑/安踏白",
  606.                                         "quantity": "99",
  607.                                         "sku_id": 10335871590,
  608.                                         "sku_url": "http://item.jd.com/10335871590.html"
  609.                                 },
  610.                                 {
  611.                                         "price": "179.00",
  612.                                         "orginal_price": "179.00",
  613.                                         "properties": "0:5;1:2",
  614.                                         "properties_name": "0:5:尺码:40.5;1:2:颜色:-6黑/安踏白",
  615.                                         "quantity": "99",
  616.                                         "sku_id": 11500318988,
  617.                                         "sku_url": "http://item.jd.com/11500318988.html"
  618.                                 },
  619.                                 {
  620.                                         "price": "179.00",
  621.                                         "orginal_price": "179.00",
  622.                                         "properties": "0:6;1:2",
  623.                                         "properties_name": "0:6:尺码:41;1:2:颜色:-6黑/安踏白",
  624.                                         "quantity": "99",
  625.                                         "sku_id": 10061004645934,
  626.                                         "sku_url": "http://item.jd.com/10061004645934.html"
  627.                                 },
  628.                                 {
  629.                                         "price": "179.00",
  630.                                         "orginal_price": "179.00",
  631.                                         "properties": "0:7;1:2",
  632.                                         "properties_name": "0:7:尺码:42.5;1:2:颜色:-6黑/安踏白",
  633.                                         "quantity": "99",
  634.                                         "sku_id": 11488668358,
  635.                                         "sku_url": "http://item.jd.com/11488668358.html"
  636.                                 },
  637.                                 {
  638.                                         "price": "179.00",
  639.                                         "orginal_price": "179.00",
  640.                                         "properties": "0:0;1:3",
  641.                                         "properties_name": "0:0:尺码:43;1:3:颜色:-8黑(推荐)",
  642.                                         "quantity": "99",
  643.                                         "sku_id": 43139143226,
  644.                                         "sku_url": "http://item.jd.com/43139143226.html"
  645.                                 },
  646.                                 {
  647.                                         "price": "178.99",
  648.                                         "orginal_price": "178.99",
  649.                                         "properties": "0:1;1:3",
  650.                                         "properties_name": "0:1:尺码:42;1:3:颜色:-8黑(推荐)",
  651.                                         "quantity": "99",
  652.                                         "sku_id": 43139143227,
  653.                                         "sku_url": "http://item.jd.com/43139143227.html"
  654.                                 },
  655.                                 {
  656.                                         "price": "179.00",
  657.                                         "orginal_price": "179.00",
  658.                                         "properties": "0:2;1:3",
  659.                                         "properties_name": "0:2:尺码:39;1:3:颜色:-8黑(推荐)",
  660.                                         "quantity": "99",
  661.                                         "sku_id": 43139143228,
  662.                                         "sku_url": "http://item.jd.com/43139143228.html"
  663.                                 },
  664.                                 {
  665.                                         "price": "179.00",
  666.                                         "orginal_price": "179.00",
  667.                                         "properties": "0:3;1:3",
  668.                                         "properties_name": "0:3:尺码:40;1:3:颜色:-8黑(推荐)",
  669.                                         "quantity": "99",
  670.                                         "sku_id": 43139143229,
  671.                                         "sku_url": "http://item.jd.com/43139143229.html"
  672.                                 },
  673.                                 {
  674.                                         "price": "179.00",
  675.                                         "orginal_price": "179.00",
  676.                                         "properties": "0:4;1:3",
  677.                                         "properties_name": "0:4:尺码:44.5;1:3:颜色:-8黑(推荐)",
  678.                                         "quantity": "99",
  679.                                         "sku_id": 43139143230,
  680.                                         "sku_url": "http://item.jd.com/43139143230.html"
  681.                                 },
  682.                                 {
  683.                                         "price": "179.00",
  684.                                         "orginal_price": "179.00",
  685.                                         "properties": "0:5;1:3",
  686.                                         "properties_name": "0:5:尺码:40.5;1:3:颜色:-8黑(推荐)",
  687.                                         "quantity": "99",
  688.                                         "sku_id": 43139143231,
  689.                                         "sku_url": "http://item.jd.com/43139143231.html"
  690.                                 },
  691.                                 {
  692.                                         "price": "179.00",
  693.                                         "orginal_price": "179.00",
  694.                                         "properties": "0:6;1:3",
  695.                                         "properties_name": "0:6:尺码:41;1:3:颜色:-8黑(推荐)",
  696.                                         "quantity": "99",
  697.                                         "sku_id": 10061004645935,
  698.                                         "sku_url": "http://item.jd.com/10061004645935.html"
  699.                                 },
  700.                                 {
  701.                                         "price": "179.00",
  702.                                         "orginal_price": "179.00",
  703.                                         "properties": "0:7;1:3",
  704.                                         "properties_name": "0:7:尺码:42.5;1:3:颜色:-8黑(推荐)",
  705.                                         "quantity": "99",
  706.                                         "sku_id": 43139143233,
  707.                                         "sku_url": "http://item.jd.com/43139143233.html"
  708.                                 },
  709.                                 {
  710.                                         "price": "179.00",
  711.                                         "orginal_price": "179.00",
  712.                                         "properties": "0:0;1:4",
  713.                                         "properties_name": "0:0:尺码:43;1:4:颜色:-1象牙白/黑",
  714.                                         "quantity": "99",
  715.                                         "sku_id": 43139143234,
  716.                                         "sku_url": "http://item.jd.com/43139143234.html"
  717.                                 },
  718.                                 {
  719.                                         "price": "179.00",
  720.                                         "orginal_price": "179.00",
  721.                                         "properties": "0:1;1:4",
  722.                                         "properties_name": "0:1:尺码:42;1:4:颜色:-1象牙白/黑",
  723.                                         "quantity": "99",
  724.                                         "sku_id": 43139143235,
  725.                                         "sku_url": "http://item.jd.com/43139143235.html"
  726.                                 },
  727.                                 {
  728.                                         "price": "179.00",
  729.                                         "orginal_price": "179.00",
  730.                                         "properties": "0:2;1:4",
  731.                                         "properties_name": "0:2:尺码:39;1:4:颜色:-1象牙白/黑",
  732.                                         "quantity": "99",
  733.                                         "sku_id": 43139143236,
  734.                                         "sku_url": "http://item.jd.com/43139143236.html"
  735.                                 },
  736.                                 {
  737.                                         "price": "179.00",
  738.                                         "orginal_price": "179.00",
  739.                                         "properties": "0:3;1:4",
  740.                                         "properties_name": "0:3:尺码:40;1:4:颜色:-1象牙白/黑",
  741.                                         "quantity": "99",
  742.                                         "sku_id": 43139143237,
  743.                                         "sku_url": "http://item.jd.com/43139143237.html"
  744.                                 },
  745.                                 {
  746.                                         "price": "179.00",
  747.                                         "orginal_price": "179.00",
  748.                                         "properties": "0:4;1:4",
  749.                                         "properties_name": "0:4:尺码:44.5;1:4:颜色:-1象牙白/黑",
  750.                                         "quantity": "99",
  751.                                         "sku_id": 43139143238,
  752.                                         "sku_url": "http://item.jd.com/43139143238.html"
  753.                                 },
  754.                                 {
  755.                                         "price": "179.00",
  756.                                         "orginal_price": "179.00",
  757.                                         "properties": "0:5;1:4",
  758.                                         "properties_name": "0:5:尺码:40.5;1:4:颜色:-1象牙白/黑",
  759.                                         "quantity": "99",
  760.                                         "sku_id": 43139143239,
  761.                                         "sku_url": "http://item.jd.com/43139143239.html"
  762.                                 },
  763.                                 {
  764.                                         "price": "179.00",
  765.                                         "orginal_price": "179.00",
  766.                                         "properties": "0:6;1:4",
  767.                                         "properties_name": "0:6:尺码:41;1:4:颜色:-1象牙白/黑",
  768.                                         "quantity": "99",
  769.                                         "sku_id": 10061004645936,
  770.                                         "sku_url": "http://item.jd.com/10061004645936.html"
  771.                                 },
  772.                                 {
  773.                                         "price": "179.00",
  774.                                         "orginal_price": "179.00",
  775.                                         "properties": "0:7;1:4",
  776.                                         "properties_name": "0:7:尺码:42.5;1:4:颜色:-1象牙白/黑",
  777.                                         "quantity": "99",
  778.                                         "sku_id": 43139143241,
  779.                                         "sku_url": "http://item.jd.com/43139143241.html"
  780.                                 },
  781.                                 {
  782.                                         "price": "179.00",
  783.                                         "orginal_price": "179.00",
  784.                                         "properties": "0:0;1:5",
  785.                                         "properties_name": "0:0:尺码:43;1:5:颜色:-1象牙白/泥沙灰/黑",
  786.                                         "quantity": "99",
  787.                                         "sku_id": 43139143242,
  788.                                         "sku_url": "http://item.jd.com/43139143242.html"
  789.                                 },
  790.                                 {
  791.                                         "price": "179.00",
  792.                                         "orginal_price": "179.00",
  793.                                         "properties": "0:1;1:5",
  794.                                         "properties_name": "0:1:尺码:42;1:5:颜色:-1象牙白/泥沙灰/黑",
  795.                                         "quantity": "99",
  796.                                         "sku_id": 43139143243,
  797.                                         "sku_url": "http://item.jd.com/43139143243.html"
  798.                                 },
  799.                                 {
  800.                                         "price": "179.00",
  801.                                         "orginal_price": "179.00",
  802.                                         "properties": "0:2;1:5",
  803.                                         "properties_name": "0:2:尺码:39;1:5:颜色:-1象牙白/泥沙灰/黑",
  804.                                         "quantity": "99",
  805.                                         "sku_id": 43139143244,
  806.                                         "sku_url": "http://item.jd.com/43139143244.html"
  807.                                 },
  808.                                 {
  809.                                         "price": "179.00",
  810.                                         "orginal_price": "179.00",
  811.                                         "properties": "0:3;1:5",
  812.                                         "properties_name": "0:3:尺码:40;1:5:颜色:-1象牙白/泥沙灰/黑",
  813.                                         "quantity": "99",
  814.                                         "sku_id": 43139143245,
  815.                                         "sku_url": "http://item.jd.com/43139143245.html"
  816.                                 },
  817.                                 {
  818.                                         "price": "179.00",
  819.                                         "orginal_price": "179.00",
  820.                                         "properties": "0:4;1:5",
  821.                                         "properties_name": "0:4:尺码:44.5;1:5:颜色:-1象牙白/泥沙灰/黑",
  822.                                         "quantity": "99",
  823.                                         "sku_id": 43139143246,
  824.                                         "sku_url": "http://item.jd.com/43139143246.html"
  825.                                 },
  826.                                 {
  827.                                         "price": "179.00",
  828.                                         "orginal_price": "179.00",
  829.                                         "properties": "0:5;1:5",
  830.                                         "properties_name": "0:5:尺码:40.5;1:5:颜色:-1象牙白/泥沙灰/黑",
  831.                                         "quantity": "99",
  832.                                         "sku_id": 43139143247,
  833.                                         "sku_url": "http://item.jd.com/43139143247.html"
  834.                                 },
  835.                                 {
  836.                                         "price": "179.00",
  837.                                         "orginal_price": "179.00",
  838.                                         "properties": "0:6;1:5",
  839.                                         "properties_name": "0:6:尺码:41;1:5:颜色:-1象牙白/泥沙灰/黑",
  840.                                         "quantity": "99",
  841.                                         "sku_id": 10061004645937,
  842.                                         "sku_url": "http://item.jd.com/10061004645937.html"
  843.                                 },
  844.                                 {
  845.                                         "price": "179.00",
  846.                                         "orginal_price": "179.00",
  847.                                         "properties": "0:7;1:5",
  848.                                         "properties_name": "0:7:尺码:42.5;1:5:颜色:-1象牙白/泥沙灰/黑",
  849.                                         "quantity": "99",
  850.                                         "sku_id": 43139143249,
  851.                                         "sku_url": "http://item.jd.com/43139143249.html"
  852.                                 },
  853.                                 {
  854.                                         "price": "179.00",
  855.                                         "orginal_price": "179.00",
  856.                                         "properties": "0:0;1:6",
  857.                                         "properties_name": "0:0:尺码:43;1:6:颜色:-2象牙白/浊普蓝",
  858.                                         "quantity": "99",
  859.                                         "sku_id": 17160622595,
  860.                                         "sku_url": "http://item.jd.com/17160622595.html"
  861.                                 },
  862.                                 {
  863.                                         "price": "179.00",
  864.                                         "orginal_price": "179.00",
  865.                                         "properties": "0:1;1:6",
  866.                                         "properties_name": "0:1:尺码:42;1:6:颜色:-2象牙白/浊普蓝",
  867.                                         "quantity": "99",
  868.                                         "sku_id": 17160622594,
  869.                                         "sku_url": "http://item.jd.com/17160622594.html"
  870.                                 },
  871.                                 {
  872.                                         "price": "179.00",
  873.                                         "orginal_price": "179.00",
  874.                                         "properties": "0:2;1:6",
  875.                                         "properties_name": "0:2:尺码:39;1:6:颜色:-2象牙白/浊普蓝",
  876.                                         "quantity": "99",
  877.                                         "sku_id": 17160622593,
  878.                                         "sku_url": "http://item.jd.com/17160622593.html"
  879.                                 },
  880.                                 {
  881.                                         "price": "179.00",
  882.                                         "orginal_price": "179.00",
  883.                                         "properties": "0:3;1:6",
  884.                                         "properties_name": "0:3:尺码:40;1:6:颜色:-2象牙白/浊普蓝",
  885.                                         "quantity": "99",
  886.                                         "sku_id": 17160622600,
  887.                                         "sku_url": "http://item.jd.com/17160622600.html"
  888.                                 },
  889.                                 {
  890.                                         "price": "179.00",
  891.                                         "orginal_price": "179.00",
  892.                                         "properties": "0:4;1:6",
  893.                                         "properties_name": "0:4:尺码:44.5;1:6:颜色:-2象牙白/浊普蓝",
  894.                                         "quantity": "99",
  895.                                         "sku_id": 17160622598,
  896.                                         "sku_url": "http://item.jd.com/17160622598.html"
  897.                                 },
  898.                                 {
  899.                                         "price": "179.00",
  900.                                         "orginal_price": "179.00",
  901.                                         "properties": "0:5;1:6",
  902.                                         "properties_name": "0:5:尺码:40.5;1:6:颜色:-2象牙白/浊普蓝",
  903.                                         "quantity": "99",
  904.                                         "sku_id": 17160622599,
  905.                                         "sku_url": "http://item.jd.com/17160622599.html"
  906.                                 },
  907.                                 {
  908.                                         "price": "179.00",
  909.                                         "orginal_price": "179.00",
  910.                                         "properties": "0:6;1:6",
  911.                                         "properties_name": "0:6:尺码:41;1:6:颜色:-2象牙白/浊普蓝",
  912.                                         "quantity": "99",
  913.                                         "sku_id": 10061004645938,
  914.                                         "sku_url": "http://item.jd.com/10061004645938.html"
  915.                                 },
  916.                                 {
  917.                                         "price": "179.00",
  918.                                         "orginal_price": "179.00",
  919.                                         "properties": "0:7;1:6",
  920.                                         "properties_name": "0:7:尺码:42.5;1:6:颜色:-2象牙白/浊普蓝",
  921.                                         "quantity": "99",
  922.                                         "sku_id": 17160622596,
  923.                                         "sku_url": "http://item.jd.com/17160622596.html"
  924.                                 },
  925.                                 {
  926.                                         "price": "179.00",
  927.                                         "orginal_price": "179.00",
  928.                                         "properties": "0:0;1:7",
  929.                                         "properties_name": "0:0:尺码:43;1:7:颜色:-2象牙白/祖母绿/黑",
  930.                                         "quantity": "99",
  931.                                         "sku_id": 16878195191,
  932.                                         "sku_url": "http://item.jd.com/16878195191.html"
  933.                                 },
  934.                                 {
  935.                                         "price": "179.00",
  936.                                         "orginal_price": "179.00",
  937.                                         "properties": "0:1;1:7",
  938.                                         "properties_name": "0:1:尺码:42;1:7:颜色:-2象牙白/祖母绿/黑",
  939.                                         "quantity": "99",
  940.                                         "sku_id": 16878195194,
  941.                                         "sku_url": "http://item.jd.com/16878195194.html"
  942.                                 },
  943.                                 {
  944.                                         "price": "179.00",
  945.                                         "orginal_price": "179.00",
  946.                                         "properties": "0:2;1:7",
  947.                                         "properties_name": "0:2:尺码:39;1:7:颜色:-2象牙白/祖母绿/黑",
  948.                                         "quantity": "99",
  949.                                         "sku_id": 16878195192,
  950.                                         "sku_url": "http://item.jd.com/16878195192.html"
  951.                                 },
  952.                                 {
  953.                                         "price": "179.00",
  954.                                         "orginal_price": "179.00",
  955.                                         "properties": "0:3;1:7",
  956.                                         "properties_name": "0:3:尺码:40;1:7:颜色:-2象牙白/祖母绿/黑",
  957.                                         "quantity": "99",
  958.                                         "sku_id": 16878195187,
  959.                                         "sku_url": "http://item.jd.com/16878195187.html"
  960.                                 },
  961.                                 {
  962.                                         "price": "179.00",
  963.                                         "orginal_price": "179.00",
  964.                                         "properties": "0:4;1:7",
  965.                                         "properties_name": "0:4:尺码:44.5;1:7:颜色:-2象牙白/祖母绿/黑",
  966.                                         "quantity": "99",
  967.                                         "sku_id": 16878195188,
  968.                                         "sku_url": "http://item.jd.com/16878195188.html"
  969.                                 },
  970.                                 {
  971.                                         "price": "179.00",
  972.                                         "orginal_price": "179.00",
  973.                                         "properties": "0:5;1:7",
  974.                                         "properties_name": "0:5:尺码:40.5;1:7:颜色:-2象牙白/祖母绿/黑",
  975.                                         "quantity": "99",
  976.                                         "sku_id": 16878195189,
  977.                                         "sku_url": "http://item.jd.com/16878195189.html"
  978.                                 },
  979.                                 {
  980.                                         "price": "179.00",
  981.                                         "orginal_price": "179.00",
  982.                                         "properties": "0:6;1:7",
  983.                                         "properties_name": "0:6:尺码:41;1:7:颜色:-2象牙白/祖母绿/黑",
  984.                                         "quantity": "99",
  985.                                         "sku_id": 10061004645939,
  986.                                         "sku_url": "http://item.jd.com/10061004645939.html"
  987.                                 },
  988.                                 {
  989.                                         "price": "179.00",
  990.                                         "orginal_price": "179.00",
  991.                                         "properties": "0:7;1:7",
  992.                                         "properties_name": "0:7:尺码:42.5;1:7:颜色:-2象牙白/祖母绿/黑",
  993.                                         "quantity": "99",
  994.                                         "sku_id": 16878195193,
  995.                                         "sku_url": "http://item.jd.com/16878195193.html"
  996.                                 }
  997.                         ]
  998.                 },
  999.                 "seller_id": "",
  1000.                 "sales": "",
  1001.                 "props_list": {
  1002.                         "0:0": "尺码:43",
  1003.                         "0:1": "尺码:42",
  1004.                         "0:2": "尺码:39",
  1005.                         "0:3": "尺码:40",
  1006.                         "0:4": "尺码:44.5",
  1007.                         "0:5": "尺码:40.5",
  1008.                         "0:6": "尺码:41",
  1009.                         "0:7": "尺码:42.5",
  1010.                         "1:0": "颜色:-7二度灰/安踏白",
  1011.                         "1:1": "颜色:5527-7象牙白/雾灰-网面",
  1012.                         "1:2": "颜色:-6黑/安踏白",
  1013.                         "1:3": "颜色:-8黑(推荐)",
  1014.                         "1:4": "颜色:-1象牙白/黑",
  1015.                         "1:5": "颜色:-1象牙白/泥沙灰/黑",
  1016.                         "1:6": "颜色:-2象牙白/浊普蓝",
  1017.                         "1:7": "颜色:-2象牙白/祖母绿/黑"
  1018.                 },
  1019.                 "seller_info": {
  1020.                         "level": "",
  1021.                         "shop_type": "",
  1022.                         "user_num_id": "213251",
  1023.                         "cid": "",
  1024.                         "delivery_score": "",
  1025.                         "item_score": "",
  1026.                         "score_p": "",
  1027.                         "zhuy": "https://mall.jd.com/index-213251.html",
  1028.                         "search_id": "",
  1029.                         "nick": "安踏悠购专卖店",
  1030.                         "shop_name": "安踏悠购专卖店",
  1031.                         "title": "安踏悠购专卖店"
  1032.                 },
  1033.                 "tmall": false,
  1034.                 "error": "",
  1035.                 "warning": "",
  1036.                 "url_log": [],
  1037.                 "coupon_activity": "",
  1038.                 "stuff_status": "",
  1039.                 "shopinfo": [],
  1040.                 "shop_id": "213251",
  1041.                 "method": "",
  1042.                 "promo_type": "",
  1043.                 "props_img": {
  1044.                         "0:0;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1045.                         "0:1;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1046.                         "0:2;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1047.                         "0:3;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1048.                         "0:4;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1049.                         "0:5;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1050.                         "0:6;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1051.                         "0:7;1:0": "//img14.360buyimg.com/n9/s40x40_jfs/t1/122959/39/37277/109137/646dadc8Fb4101590/d1814b5537e62b4e.jpg",
  1052.                         "0:0;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1053.                         "0:1;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1054.                         "0:2;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1055.                         "0:3;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1056.                         "0:4;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1057.                         "0:5;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1058.                         "0:6;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1059.                         "0:7;1:1": "//img10.360buyimg.com/n9/s40x40_jfs/t1/47360/40/23199/182354/646dadc0Fc60ef7ff/ef0f991927ff5ab5.jpg",
  1060.                         "0:0;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1061.                         "0:1;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1062.                         "0:2;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1063.                         "0:3;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1064.                         "0:4;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1065.                         "0:5;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1066.                         "0:6;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1067.                         "0:7;1:2": "//img13.360buyimg.com/n9/s40x40_jfs/t1/122635/40/37147/169199/646dadc2F3ad49399/bf05497032db7f71.jpg",
  1068.                         "0:0;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1069.                         "0:1;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1070.                         "0:2;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1071.                         "0:3;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1072.                         "0:4;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1073.                         "0:5;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1074.                         "0:6;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1075.                         "0:7;1:3": "//img12.360buyimg.com/n9/s40x40_jfs/t1/104552/12/26084/124635/646dadbfF769bf842/950b82ce8dd46bf7.jpg",
  1076.                         "0:0;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1077.                         "0:1;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1078.                         "0:2;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1079.                         "0:3;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1080.                         "0:4;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1081.                         "0:5;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1082.                         "0:6;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1083.                         "0:7;1:4": "//img10.360buyimg.com/n9/s40x40_jfs/t1/200121/27/34278/126906/646dadc4Fe46e8549/3b0c2ce2508fb3be.jpg",
  1084.                         "0:0;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1085.                         "0:1;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1086.                         "0:2;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1087.                         "0:3;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1088.                         "0:4;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1089.                         "0:5;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1090.                         "0:6;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1091.                         "0:7;1:5": "//img13.360buyimg.com/n9/s40x40_jfs/t1/156647/31/37420/142697/646dadc7F82e1efc4/f7b8ce2a891dba8b.jpg",
  1092.                         "0:0;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1093.                         "0:1;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1094.                         "0:2;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1095.                         "0:3;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1096.                         "0:4;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1097.                         "0:5;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1098.                         "0:6;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1099.                         "0:7;1:6": "//img14.360buyimg.com/n9/s40x40_jfs/t1/132944/8/33198/91760/646dadc1F09c53b32/c752d009dae43ad6.jpg",
  1100.                         "0:0;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
  1101.                         "0:1;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
  1102.                         "0:2;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
  1103.                         "0:3;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
  1104.                         "0:4;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
  1105.                         "0:5;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
  1106.                         "0:6;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg",
  1107.                         "0:7;1:7": "//img14.360buyimg.com/n9/s40x40_jfs/t1/116723/18/36409/170270/646dadc6F3fe4a1e3/7497b4cb688303bb.jpg"
  1108.                 },
  1109.                 "data_from": "ti",
  1110.                 "shop_item": [],
  1111.                 "relate_items": []
  1112.         },
  1113.         "secache": "29126e588509ddfeccfca167642f7bc2",
  1114.         "secache_time": 1686196547,
  1115.         "secache_date": "2023-06-08 11:55:47",
  1116.         "translate_status": "",
  1117.         "translate_time": 0,
  1118.         "language": {
  1119.                 "default_lang": "cn",
  1120.                 "current_lang": "cn"
  1121.         },
  1122.         "error": "",
  1123.         "reason": "",
  1124.         "error_code": "0000",
  1125.         "cache": 0,
  1126.         "api_info": "today:54 max:10000 all[115=54+39+22];expires:2030-12-31",
  1127.         "execution_time": "6.607",
  1128.         "server_time": "Beijing/2023-06-08 11:55:47",
  1129.         "client_ip": "106.6.35.175",
  1130.         "call_args": [
  1131.                 "10335871600"
  1132.         ],
  1133.         "api_type": "jd",
  1134.         "translate_language": "zh-CN",
  1135.         "translate_engine": "baidu",
  1136.         "server_memory": "1.01MB",
  1137.         "request_id": "gw-4.6481513cebbb5",
  1138.         "last_id": "1793212052"
  1139. }
复制代码
文章内容有限,欢迎私信交换。

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

麻花痒

论坛元老
这个人很懒什么都没写!
快速回复 返回顶部 返回列表