获取1688分销商品详情

获取获取分销商品详情接口,即上游厂家的商品详情信息,包括此商品是否可代发。

1.请求参数:

请求URL:

POST https://kf.fw199.com/gateway/1688/fenxiao/item/detail

基础参数

参数名 类型 必须 示例值 说明
appid String true 32432143214214 合作伙伴AppId
timestamp String true 1633618722 当前时间戳
seller_nick String true b2b-1624961122 1688账号
sign String true 999de41d862efaa6f1084ead3b3ba480 如何计算生成见示例代码

业务参数

名称 类型 是否必须 描述 示例值
offerId Long 1688商品ID 573741401425
openOfferId String 1688加密商品ID,跟offerId必选其一 ipyyvQsdS1fd/NACddd1Hg==

2. 请求示例代码(Java)

    @Test
    public void GetProductInfo() throws Exception {
        //业务参数
        Map<String, String> data = new HashMap<String, String>();
        data.put("appid", Config.AppId);
        data.put("seller_nick",  Config.AlibabaFenXiaoSellerNick);
        Long timestamp = System.currentTimeMillis() / 1000;
        data.put("timestamp", timestamp.toString());
        data.put("offerId", "923983820738");
        data.put("sign", Utils.Sign(data, Config.AppSecret));
        // 调用服务API
        String response = doHttpRequest(Config.One688FenXiaoGetProduct, data);
    }
    }

3. 返回结果如下:

{
  "code": 0,
  "message": "ok",
  "data": {
    "productInfo": {
      "productID": 923983820738,
      "productType": "wholesale",
      "categoryID": 1031910,
      "categoryName": "连衣裙",
      "productAttribute": [
        {
          "attributeID": 100031521,
          "attributeName": "面料名称",
          "value": "涤纶",
          "isCustom": false
        },
        {
          "attributeID": 2900,
          "attributeName": "图案",
          "value": "碎花",
          "isCustom": false
        },
        {
          "attributeID": 1085,
          "attributeName": "工艺",
          "value": "压皱",
          "isCustom": false
        },
        {
          "attributeID": 346,
          "attributeName": "产地",
          "value": "浙江",
          "isCustom": false
        },
        {
          "attributeID": 2576403,
          "attributeName": "组合形式",
          "value": "单件",
          "isCustom": false
        },
        {
          "attributeID": 20680,
          "attributeName": "裙长",
          "value": "中长裙",
          "isCustom": false
        },
        {
          "attributeID": 34321,
          "attributeName": "裙型",
          "value": "伞裙",
          "isCustom": false
        },
        {
          "attributeID": 20602,
          "attributeName": "领型",
          "value": "圆领",
          "isCustom": false
        },
        {
          "attributeID": 2917380,
          "attributeName": "袖型",
          "value": "常规袖",
          "isCustom": false
        },
        {
          "attributeID": 7001,
          "attributeName": "袖长",
          "value": "长袖",
          "isCustom": false
        },
        {
          "attributeID": 20677,
          "attributeName": "腰型",
          "value": "中腰",
          "isCustom": false
        },
        {
          "attributeID": 8614,
          "attributeName": "流行元素",
          "value": "褶皱",
          "isCustom": false
        },
        {
          "attributeID": 20666,
          "attributeName": "上市年份/季节",
          "value": "2024年夏季",
          "isCustom": false
        },
        {
          "attributeID": 117130178,
          "attributeName": "主面料成分",
          "value": "锦纶",
          "isCustom": false
        },
        {
          "attributeID": 151844178,
          "attributeName": "主面料成分2",
          "value": "锦纶",
          "isCustom": false
        },
        {
          "attributeID": 1398,
          "attributeName": "货号",
          "value": "碎花百褶连衣裙",
          "isCustom": false
        },
        {
          "attributeID": 2176,
          "attributeName": "品牌",
          "value": "其他",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "随机花色(拍10件1捆)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "蓝底 白色花  01",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "咖底 黄色花  02",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "绿底 红色花  03",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "深蓝底 红色花  04",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "白底 红色花  05",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "灰底 咖色花  06",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "白底 粉色花  07",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "白底 蓝色花  08",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "浅绿底 粉色花  09",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "湖蓝底 红色花 10",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "藏青底 太阳花 11",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "藏青色 12",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "黑色 13",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 01",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 02",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 03",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 04",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 05",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 06",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 07",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 08",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 09",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 10",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "三层蛋糕裙 11",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(红底黄花01)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(黑底红花02)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(蓝底粉花03)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(黄底红花04)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(粉底红花05)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(黑底粉花06)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(黄底樱桃07)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(绿底红花08)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(红底白花09)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "纽扣两节裙(粉底樱桃10)",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "牛奶丝 黑色 滑板熊",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "牛奶丝 黑色 光板",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "牛奶丝 雾霾蓝 小熊",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "牛奶丝 粉色 眼镜熊",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "牛奶丝 粉色 光板",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "条纹 眼镜熊",
          "isCustom": false
        },
        {
          "attributeID": 3216,
          "attributeName": "颜色",
          "value": "牛奶丝 卡其 自行车熊",
          "isCustom": false
        },
        {
          "attributeID": 450,
          "attributeName": "尺码",
          "value": "均码(QZ-1)",
          "isCustom": false
        },
        {
          "attributeID": 450,
          "attributeName": "尺码",
          "value": "均码(QZ-2)",
          "isCustom": false
        },
        {
          "attributeID": 450,
          "attributeName": "尺码",
          "value": "均码(QZ-4)",
          "isCustom": false
        },
        {
          "attributeID": 450,
          "attributeName": "尺码",
          "value": "均码(QZ-5)",
          "isCustom": false
        },
        {
          "attributeID": 2489638,
          "attributeName": "风格类型",
          "value": "日韩休闲",
          "isCustom": false
        },
        {
          "attributeID": 149092418,
          "attributeName": "主面料成分含量",
          "value": "30%以下",
          "isCustom": false
        },
        {
          "attributeID": 401,
          "attributeName": "风格",
          "value": "韩系风",
          "isCustom": false
        },
        {
          "attributeID": 7169,
          "attributeName": "裙类别",
          "value": "连衣裙",
          "isCustom": false
        },
        {
          "attributeID": 221796513,
          "attributeName": "是否跨境货源",
          "value": "否",
          "isCustom": false
        },
        {
          "attributeID": 153610427,
          "attributeName": "主面料成分2含量",
          "value": "30%以下",
          "isCustom": false
        }
      ],
      "status": "published",
      "subject": "韩版连衣裙圆领舒适睡裙女士休闲清新压褶短袖碎花连衣裙显瘦长裙",
      "description": "<div id=\"offer-template-0\"></div><div id=\"offer-template-0\"></div><div style=\"width: 790.0px;\"><img alt=\"h2eTgvihyNS55XC5+PPJ6mZnnhmNsdu064ZK\" alt=\"hGyTiPyjzNQBNGurwsOShnPVHeX3LM8M1qUm\" style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01nKQt441RGyqwdDdZf_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_0\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01oOypBS1RGyqvtNUJg_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_1\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN013LWVvS1RGyqw5nUsP_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_2\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN011a5oVi1RGyqvRx1mD_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_3\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01Baa0VT1RGyqvS073M_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_4\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN012GK6Z11RGyqvtNUK9_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_5\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01fM2C7x1RGyqwdBDsn_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_6\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01ppoA7H1RGyqxQK3Su_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_7\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN016aL3wv1RGyquG3Umf_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_8\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01P2Qn5R1RGyqw1WogT_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_9\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01I6IRpL1RGyqvtO1ZS_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_10\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN010V6lUD1RGyqpPf8ZL_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_11\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01kFMTxl1RGyqwISWlC_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_12\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01Pjs0Hp1RGyqvKieKM_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_13\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN013Bw6M21RGyqw5kwvR_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_14\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01sLsWa51RGyqxQIqeQ_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_15\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01qACaiB1RGyquKDUpr_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_16\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01wKqHdC1RGyqw1UwEk_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_17\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01nQrc1r1RGyqwdEVh2_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_18\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01RuETbA1RGyquG2M75_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_19\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01FUFtkM1RGyqvtOQZ4_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_20\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01JcehtZ1RGyqvRzArm_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_21\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01eQyMv71RGyqw1VkBV_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_22\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01bq0Uzx1RGyqxQKBp7_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_23\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN017XUZQv1RGyqwaPtHF_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_24\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01rBoluD1RGyqvEC5aQ_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_25\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01KVK40L1RGyqpPgLQe_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_26\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01vxx5YF1RGyqwIVshs_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_27\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN0188TyC51RGyqvS1JxF_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_28\"/> <img style=\"display: block;width: 100.0%;height: auto;\" src=\"https://cbu01.alicdn.com/img/ibank/O1CN01J1DyEV1RGyquG4hjn_!!1623492085-1-cib.gif?sign=284075_Mzg2OTQyMDE3\" usemap=\"#_sdmap_29\"/></div>",
      "language": "CHINESE",
      "periodOfValidity": 3650,
      "biz_type": null,
      "pictureAuth": false,
      "supplierUserId": "1623492085",
      "quality_level": null,
      "supplierLoginId": "alitestforisv01",
      "referencePrice": "15.4",
      "createTime": "20250514101545000+0800",
      "lastUpdateTime": "20250514101548000+0800",
      "expireTime": "20350512101547000+0800",
      "modifyTime": "20250526193559000+0800",
      "approvedTime": "20250514101548000+0800",
      "sellerLoginId": "alitestforisv01",
      "sellerId": 1623492085,
      "productImage": {
        "images": [
          "https://cbu01.alicdn.com/img/ibank/O1CN01trbiCD1RGyqxQJS1D_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3",
          "https://cbu01.alicdn.com/img/ibank/O1CN01wCK35c1RGyqvRzi4W_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3",
          "https://cbu01.alicdn.com/img/ibank/O1CN01rEdGDf1RGyqvRzAoL_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3",
          "https://cbu01.alicdn.com/img/ibank/O1CN01ygdP1r1RGyqx74TB3_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3",
          "https://cbu01.alicdn.com/img/ibank/O1CN01g9lQCZ1RGyqvtMx1x_!!1623492085-0-cib.jpg?sign=284075_Mzg2OTQyMDE3"
        ]
      },
      "productSkuInfos": [
        {
          "cargoNumber": "5599897218968",
          "amountOnSale": 9997,
          "skuId": 5967412410777,
          "specId": "9ae574b3f9c30e7a18dafedc63be82dd",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "随机花色(拍10件1捆)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        },
        {
          "cargoNumber": "5656291902620",
          "amountOnSale": 9998,
          "skuId": 5967412410778,
          "specId": "a09edd56beae72dddea2c146554d9b86",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "随机花色(拍10件1捆)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        },
        {
          "cargoNumber": "5662647479301",
          "amountOnSale": 9999,
          "skuId": 5967412410779,
          "specId": "1a6ed4173df0d94b4fc5b750ce33d193",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "随机花色(拍10件1捆)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        },
        {
          "cargoNumber": "5686829947355",
          "amountOnSale": 9999,
          "skuId": 5967412410780,
          "specId": "8f3f18748b1f034ff57248fb62e84259",
          "consignPrice": 14.3,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "随机花色(拍10件1捆)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 14.3
        },
        {
          "cargoNumber": "5599897218959",
          "amountOnSale": 9999,
          "skuId": 5967412410781,
          "specId": "77c2f71878d98a81af542f1199248c6f",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "蓝底 白色花  01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410782,
          "specId": "1ff386f7dd2f0582ce8321dcfc734f0d",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "蓝底 白色花  01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410783,
          "specId": "61a5de1c51cd651ade015e3288551f6a",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "蓝底 白色花  01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410784,
          "specId": "78e896611aa7b0789bd6972e3c547efb",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "蓝底 白色花  01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218960",
          "amountOnSale": 9999,
          "skuId": 5967412410785,
          "specId": "9e1f0119257c7f96375f5a2ee6e00c58",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "咖底 黄色花  02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410786,
          "specId": "e8583b692dbf1147936f499222c95948",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "咖底 黄色花  02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410787,
          "specId": "c916572e6ae7daaa1bc2603b0bb123be",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "咖底 黄色花  02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410788,
          "specId": "d64cafd168adbdd6c1c4618aafd69bda",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "咖底 黄色花  02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218961",
          "amountOnSale": 9999,
          "skuId": 5967412410789,
          "specId": "7fe3c44b2453b9f756480fd36bd1c3d5",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "绿底 红色花  03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410790,
          "specId": "bd0a1e71365360cb6cda3fa385fe0c2d",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "绿底 红色花  03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410791,
          "specId": "4a5ee54bd810a5df09c86969f1dbf703",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "绿底 红色花  03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410792,
          "specId": "9692a481075dc101a431103ae6ec0024",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "绿底 红色花  03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218962",
          "amountOnSale": 9999,
          "skuId": 5967412410793,
          "specId": "10b2af8295d9f485f43ea54d06a9ccb4",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "深蓝底 红色花  04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410794,
          "specId": "afb055f9eb8b0c63b6fa8c10f20e32c1",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "深蓝底 红色花  04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410795,
          "specId": "577f8d2365caa1487fe47507f786f334",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "深蓝底 红色花  04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410796,
          "specId": "dc00b25df5e7bf1858511246869493b8",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "深蓝底 红色花  04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218963",
          "amountOnSale": 9999,
          "skuId": 5967412410797,
          "specId": "2a16fcb1e36bd22e6c4837b87373fb85",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 红色花  05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410798,
          "specId": "a0cb21ceb7e9a47f02a7daffde908cf6",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 红色花  05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410799,
          "specId": "4251ff0496d7cb065b10159d725bea2c",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 红色花  05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410800,
          "specId": "c5a7ac020fc6c84eef81260b399d6650",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 红色花  05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218964",
          "amountOnSale": 9999,
          "skuId": 5967412410801,
          "specId": "a356c3d2f1d3c6f3c16bac8bc377a8c0",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "灰底 咖色花  06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410802,
          "specId": "2216052795493cd536956892287aa84e",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "灰底 咖色花  06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410803,
          "specId": "6c3d2d64bcc4ef16a0a84c7df891551d",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "灰底 咖色花  06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410804,
          "specId": "b071e3cfbfebe2337f8aac852d62662e",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "灰底 咖色花  06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218965",
          "amountOnSale": 9999,
          "skuId": 5967412410805,
          "specId": "bfff40c62d5a02f307848dda9a884848",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 粉色花  07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410806,
          "specId": "935fa42e975e4d920b544a997b5c99d1",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 粉色花  07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410807,
          "specId": "7cf049972890158a2d5184bd7f450d97",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 粉色花  07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410808,
          "specId": "1973b7fdf0394ff89dc17fcd3adcbb37",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 粉色花  07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218966",
          "amountOnSale": 9999,
          "skuId": 5967412410809,
          "specId": "91c2d4f913b11317f48081d3c698e9b6",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 蓝色花  08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410810,
          "specId": "4f4aaa983c4b4d94f6f2cbf911f96fe7",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 蓝色花  08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410811,
          "specId": "2aa05633423aed389be7ad8a5a181c49",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 蓝色花  08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410812,
          "specId": "9e12052b2eb5cb2230c15a672b0c355f",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "白底 蓝色花  08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5599897218967",
          "amountOnSale": 9999,
          "skuId": 5967412410813,
          "specId": "4941b727c53d169d74bd44eb6a786ff6",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "浅绿底 粉色花  09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410814,
          "specId": "0054a9aed38bbcd15596a6ff63cbe5a3",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "浅绿底 粉色花  09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410815,
          "specId": "e4bf7dbedd4ad416322c498f30e0a04f",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "浅绿底 粉色花  09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410816,
          "specId": "040fe72498aa163e21c08031918f5467",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "浅绿底 粉色花  09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5478728369727",
          "amountOnSale": 9999,
          "skuId": 5967412410817,
          "specId": "f547643b3999d8796caa61154806e691",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "湖蓝底 红色花 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410818,
          "specId": "f64dd72a9e75baa79a7dd05c6d887fe8",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "湖蓝底 红色花 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410819,
          "specId": "6b7752398c9031cc2ce32f4d64dd99cb",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "湖蓝底 红色花 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410820,
          "specId": "07029cab4493b8cef94df2158658502b",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "湖蓝底 红色花 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5478728369728",
          "amountOnSale": 9999,
          "skuId": 5967412410821,
          "specId": "12d12a6aa0abb4aadab1ec8497a27609",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青底 太阳花 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410822,
          "specId": "a899fdb8832d5995e9f6c39268685855",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青底 太阳花 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410823,
          "specId": "e631340bb10451c3c425499be7cdc13b",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青底 太阳花 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410824,
          "specId": "bc3cbe165143d29214614e5c50c69fc9",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青底 太阳花 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5924108854232",
          "amountOnSale": 9999,
          "skuId": 5967412410825,
          "specId": "6180f235c62067c79c6c7552cb2be5f6",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青色 12",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410826,
          "specId": "c177f23fd3d8f7672b6a47efba7fc3da",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青色 12",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410827,
          "specId": "1b5e12461eea8d1ff33e439021fe353c",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青色 12",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410828,
          "specId": "6485879677d62aa237a2ff4fb5378d18",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "藏青色 12",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5924108854204",
          "amountOnSale": 9999,
          "skuId": 5967412410829,
          "specId": "cc88e9614fdb42e46c2c38f67b84eb37",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "黑色 13",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410830,
          "specId": "a55183999d2b4e0b1d9e961c28126a7c",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "黑色 13",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410831,
          "specId": "1072e9929bd89a4d6e6f9ac5d4d78f56",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "黑色 13",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410832,
          "specId": "a66fabb4d946d329165f4c07019c1edd",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "黑色 13",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410833,
          "specId": "d6187cef66022432615ba9732f23b176",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902623",
          "amountOnSale": 9999,
          "skuId": 5967412410834,
          "specId": "3e6a2f1b28f840f23cbea2a7e10a065d",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410835,
          "specId": "4e83a6ea4996636c64ce88525b6ad5c6",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410836,
          "specId": "1edec22b963cf7bcf5feede0206fe49f",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 01",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410837,
          "specId": "1f624c1d4826691fc15ac24e0ef38afb",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902624",
          "amountOnSale": 9999,
          "skuId": 5967412410838,
          "specId": "c65104d453becec162ada6843788326c",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410839,
          "specId": "010fb4db5bf013a4ffcbec1a9c29f079",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410840,
          "specId": "c029bf0b381c56004f19cf374168f2ef",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 02",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410841,
          "specId": "d65c9bc89247d260303c482990d58ae3",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902625",
          "amountOnSale": 9999,
          "skuId": 5967412410842,
          "specId": "6451f8f1174d40793f9d27f648e2541e",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410843,
          "specId": "0cbef6e06007e03907891e4b5d011750",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410844,
          "specId": "2b22e68c68fc8db723f82e89dd8ff9c0",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 03",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410845,
          "specId": "584dc81213068d63fe41d131acae3170",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902626",
          "amountOnSale": 9999,
          "skuId": 5967412410846,
          "specId": "00141e4c2d5fa8e84861fdd870f70459",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410847,
          "specId": "39f12a970088ccc838e9b35848f2abbb",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410848,
          "specId": "9a7c4fa90a97655a93073e9bcc1ca883",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 04",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410849,
          "specId": "bef5622e97463a38d432cc7d5affeada",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902627",
          "amountOnSale": 9999,
          "skuId": 5967412410850,
          "specId": "431519bda0c16136fedcdc84854b09ec",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410851,
          "specId": "5eafbed7a1b9ff73e0f0a444e3a85f95",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410852,
          "specId": "b3acc73459d460c6507bdf710529cd67",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 05",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410853,
          "specId": "ff8fb1114dcd45377bc6e4f01345d870",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902628",
          "amountOnSale": 9999,
          "skuId": 5967412410854,
          "specId": "4ac97448e4f1678fefee87b3276f024b",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410855,
          "specId": "912eae73a45446099beb225b93e81185",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410856,
          "specId": "dc02e726ceb88cf85dca764525140cbd",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 06",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410857,
          "specId": "07231658f4119af840d00d03a8c3b895",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902629",
          "amountOnSale": 9999,
          "skuId": 5967412410858,
          "specId": "51359b0df2cf1cbc9ee3d2255c370fd8",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410859,
          "specId": "b1b53bf4bdd9480f4cdb321b8fb1b1e7",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410860,
          "specId": "6d46d341955ff5837ce67db87cff32dd",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 07",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410861,
          "specId": "5235ddec7d7c7f5a772abe2ed88e3b1e",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902630",
          "amountOnSale": 9999,
          "skuId": 5967412410862,
          "specId": "1af3f343950e8d21e15190fe9d7db291",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410863,
          "specId": "bf615f751040605ea3f28f2cd41eb97d",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410864,
          "specId": "1d1841932454a5b6092795d893649058",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 08",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410865,
          "specId": "ce476dbf1d065f2b3e247a2da4eab71d",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902631",
          "amountOnSale": 9999,
          "skuId": 5967412410866,
          "specId": "ebefe0281c3769ce09aace36088363c3",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410867,
          "specId": "47cfe9a6d0dc0ade76f592ca3d2083bf",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410868,
          "specId": "9eb128b446957172ad154db28b529049",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 09",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410869,
          "specId": "0d89e57889c040215449ce4743937f79",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902632",
          "amountOnSale": 9999,
          "skuId": 5967412410870,
          "specId": "daa0dea2ff7afdfe5a14d43b14d55673",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410871,
          "specId": "4f9651f0ae90d0132ce84c72fcdc20c3",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410872,
          "specId": "4a810e776daff394931c7878876a4014",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 10",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410873,
          "specId": "9fdce9a029796a6af76b2b1d60ebdc66",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5656291902633",
          "amountOnSale": 9999,
          "skuId": 5967412410874,
          "specId": "f5a7b986805634fd54a714cae1a923b4",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410875,
          "specId": "ab22aaaeea56a0f4fe5dbd0c5300f2d0",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410876,
          "specId": "364f4d439ba01fb59b172f28873a628a",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "三层蛋糕裙 11",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410877,
          "specId": "d13124d6e3dc7f0a1f3662d0858bbcbc",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底黄花01)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410878,
          "specId": "2e6184e2e928b07726cec65d2c789b09",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底黄花01)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479319",
          "amountOnSale": 10011,
          "skuId": 5967412410879,
          "specId": "a0484f020eca693de7df416de56e1cbb",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底黄花01)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410880,
          "specId": "4bb3fb5e1b8d7f1b66e4fe9bb3c6b7e9",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底黄花01)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410881,
          "specId": "3646e309c2084eaa44a4b4dbf5387970",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底红花02)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410882,
          "specId": "4e40c7d6d101e636a7581f53be640165",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底红花02)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479315",
          "amountOnSale": 10015,
          "skuId": 5967412410883,
          "specId": "8eaa79a23a76dba6d8f6304821bde6e0",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底红花02)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410884,
          "specId": "3d8856bb3bf8058772c9e630906e01ac",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底红花02)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410885,
          "specId": "f8c8c38ca8f99b4131eaeb56eb8f4b55",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(蓝底粉花03)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410886,
          "specId": "ec1eceb46e7b33e2313386b09ccc0e94",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(蓝底粉花03)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479317",
          "amountOnSale": 9999,
          "skuId": 5967412410887,
          "specId": "86dad62b89fea00dae1b8168341f0546",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(蓝底粉花03)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410888,
          "specId": "ae67c49407bf302d805558b6345d911f",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(蓝底粉花03)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410889,
          "specId": "dc2e9836b2d1dfd83794393417df4723",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底红花04)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410890,
          "specId": "58a58dd0c9eb64daa99797e381911f40",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底红花04)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479323",
          "amountOnSale": 9999,
          "skuId": 5967412410891,
          "specId": "8d14f11b5ad65e10221366875aafa203",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底红花04)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410892,
          "specId": "2fb97c7d6ac1d7a4fd110d1e816fbd54",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底红花04)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410893,
          "specId": "521ebc76ac846049cd4624f8163b1f5b",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底红花05)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410894,
          "specId": "95e0150a116e92d35093e0038741d64b",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底红花05)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479318",
          "amountOnSale": 9999,
          "skuId": 5967412410895,
          "specId": "d819454095c5a8bd907e6373a2441829",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底红花05)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410896,
          "specId": "c00b6671c683a162f75d862b981c3f30",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底红花05)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410897,
          "specId": "7eae4d44678c0d31d0e66af4314ffe59",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底粉花06)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410898,
          "specId": "951bca35d54d4c57b4451314420bbb98",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底粉花06)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479321",
          "amountOnSale": 10016,
          "skuId": 5967412410899,
          "specId": "08f174da4e6ce44d7a0dc6e0942a8973",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底粉花06)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410900,
          "specId": "03e0d4a2183fb441ad8fb13185b21555",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黑底粉花06)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410901,
          "specId": "7983ac655d570df106c048912be785ff",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底樱桃07)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410902,
          "specId": "18d08acef39749fe4ad2d2b4b6a6ac4a",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底樱桃07)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479324",
          "amountOnSale": 9999,
          "skuId": 5967412410903,
          "specId": "4c4ac838a7d8f130477b582dade63e70",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底樱桃07)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410904,
          "specId": "08e0bd7630ae0fc9af123947f23bb0bd",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(黄底樱桃07)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410905,
          "specId": "191360c31b5a891bc23d80b014f8b6f1",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(绿底红花08)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410906,
          "specId": "92aa369559ccbf2c32d201a1ef38b2f5",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(绿底红花08)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479322",
          "amountOnSale": 10015,
          "skuId": 5967412410907,
          "specId": "1144dd9908ec8f5e4ab218a3aa7a8f33",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(绿底红花08)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410908,
          "specId": "3c0e1a853df6a9dd46846b0576df27ce",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(绿底红花08)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410909,
          "specId": "39fffaa2ffa8fa8b2fd03f7a25e9db08",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底白花09)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410910,
          "specId": "4ae030a9101b4828885f16496607d7f8",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底白花09)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479316",
          "amountOnSale": 9999,
          "skuId": 5967412410911,
          "specId": "a43b1727687d3eb2df9ae0c525b782db",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底白花09)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410912,
          "specId": "716db0e6987466693a81ac841b8ec053",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(红底白花09)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410913,
          "specId": "d9dc2326a26d7badb8c6937f68504613",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底樱桃10)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410914,
          "specId": "9e47266f5973a55c5495802b9539b8d3",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底樱桃10)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5662647479320",
          "amountOnSale": 9999,
          "skuId": 5967412410915,
          "specId": "eb6ac20daec5b71863467112309addfd",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底樱桃10)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410916,
          "specId": "e3a49f60220df312dbb7d9e6fffe55b5",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "纽扣两节裙(粉底樱桃10)",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410917,
          "specId": "c7ff20e33ee08cfb458df77986815b75",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 滑板熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410918,
          "specId": "58f6c87084b4e712e3c44d97137679cd",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 滑板熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410919,
          "specId": "0653fb7852a835a2b5f4303dd617a757",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 滑板熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5686829947379",
          "amountOnSale": 9999,
          "skuId": 5967412410920,
          "specId": "9a329402e77d205f57808af0de723c43",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 滑板熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410921,
          "specId": "9aad3092e8d3eb96a7ccf79790697188",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410922,
          "specId": "868c60e548dad3382ac1e9e19065cbb7",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410923,
          "specId": "a31c38a09d4be222ed47b17b4b71838d",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5686829947387",
          "amountOnSale": 9999,
          "skuId": 5967412410924,
          "specId": "0541a44de3a2362da4bd7d097a4c8ee6",
          "consignPrice": 14.3,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 黑色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 14.3
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410925,
          "specId": "d4700652914366d3591dcaa4f3ce2083",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 雾霾蓝 小熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410926,
          "specId": "188eae1feb76ce0d13f882e914d44cfc",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 雾霾蓝 小熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410927,
          "specId": "6dda6f917485dbfeade06adc60d97eb0",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 雾霾蓝 小熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5686829947384",
          "amountOnSale": 9999,
          "skuId": 5967412410928,
          "specId": "0e4933dd4b83495d08772f0456c2db26",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 雾霾蓝 小熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410929,
          "specId": "f05bd1f724388916ded6dfead278f33f",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410930,
          "specId": "2a2e1dd7f7c0567b437286e504165f8e",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410931,
          "specId": "a827b543c369be03873bd490fb8d2735",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5686829947382",
          "amountOnSale": 9999,
          "skuId": 5967412410932,
          "specId": "448c4f6675f3877eb29e26840d193878",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410933,
          "specId": "d3df9bb7d5141f0e7c6d3bb1971dcb6a",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410934,
          "specId": "398fef3c99711a90092daea2c8187e53",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410935,
          "specId": "5a1368b7a5d569fd7288df9ba74f7163",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5686829947383",
          "amountOnSale": 9999,
          "skuId": 5967412410936,
          "specId": "061a4af836f8f2889b8e4d61089d3ad3",
          "consignPrice": 14.3,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 粉色 光板",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 14.3
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410937,
          "specId": "edd4b9ca8f88ba118099d5ab77f5161f",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "条纹 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410938,
          "specId": "0726dad74e0dfd155c1af60e9aea8749",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "条纹 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410939,
          "specId": "d4c1fa575c3dd93193574af60ed4942a",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "条纹 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5686829947385",
          "amountOnSale": 9999,
          "skuId": 5967412410940,
          "specId": "73ac44e3a4d5507b3664a254d34f342e",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "条纹 眼镜熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410941,
          "specId": "2b4fe947d88d315ad726228933b567f4",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 卡其 自行车熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-1)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410942,
          "specId": "2a63bdefd1bcab879c16e521b4465e2c",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 卡其 自行车熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-2)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "",
          "amountOnSale": 100,
          "skuId": 5967412410943,
          "specId": "43eeb071f2253a926b55eef4a363d73e",
          "consignPrice": 16.5,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 卡其 自行车熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-4)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 16.5
        },
        {
          "cargoNumber": "5686829947380",
          "amountOnSale": 9999,
          "skuId": 5967412410944,
          "specId": "8ffe9d006f5230ddff78fd1f7c3ccad1",
          "consignPrice": 15.4,
          "attributes": [
            {
              "attributeID": 3216,
              "attributeValue": "牛奶丝 卡其 自行车熊",
              "attributeName": "颜色"
            },
            {
              "attributeID": 450,
              "attributeValue": "均码(QZ-5)",
              "attributeName": "尺码"
            }
          ],
          "multipleConsignPrice": 15.4
        }
      ],
      "productSaleInfo": {
        "supportOnlineTrade": true,
        "mixWholeSale": true,
        "priceAuth": false,
        "amountOnSale": 462313,
        "unit": "件",
        "minOrderQuantity": 1,
        "quoteType": 1,
        "priceRanges": [
          {
            "startQuantity": 1,
            "price": 14.3
          }
        ]
      },
      "productShippingInfo": {
        "freightTemplateID": 14830714,
        "unitWeight": 1,
        "sendGoodsAddressId": 33792002,
        "sendGoodsAddressText": "广东省 广州市",
        "freightTemplate": [
          {
            "addressCodeText": "浙江省 杭州市 滨江区",
            "fromAreaCode": "330108",
            "id": 14830714,
            "expressSubTemplate": {
              "subTemplateDTO": {
                "chargeType": 1,
                "isSysTemplate": false,
                "serviceType": 0,
                "type": 0,
                "serviceChargeType": null
              },
              "rateList": [
                {
                  "is_sys_rate": null,
                  "toAreaCodeText": "",
                  "rateDTO": {
                    "firstUnit": 2,
                    "firstUnitFee": 150,
                    "nextUnit": 3,
                    "nextUnitFee": 100
                  }
                }
              ]
            }
          }
        ],
        "distributionFreePostage": false
      },
      "productExtendInfos": [
        {
          "key": "isSupportStepPay",
          "value": "false"
        },
        {
          "key": "isSupportMix",
          "value": "true"
        },
        {
          "key": "isAlipaySupported",
          "value": "true"
        },
        {
          "key": "isFactoryMemProcessingOffer",
          "value": "false"
        },
        {
          "key": "isOnePsale",
          "value": "true"
        },
        {
          "key": "buyerProtection",
          "value": [
            "ssbxsfh"
          ]
        },
        {
          "key": "buyerProtectionDistribution",
          "value": [
            "qtwlybt"
          ]
        },
        {
          "key": "freepostage",
          "value": "false"
        }
      ],
      "sellStartTime": null,
      "encryptLogisticsOrderSupportChannel": {
        "supportChannels": [
          "thyny",
          "douyin"
        ]
      },
      "productOfficialLogisticsModel": {
        "officialLogisticsInfoModel": {
          "length": 0,
          "width": 0,
          "height": 0,
          "weight": 1000,
          "volume": 0
        },
        "officialLogisticsSkuInfoModels": []
      }
    },
    "success": true
  },
  "trace_id": ""
}

说明: code为0表示成功,非0为失败,message会包含失败原因。 data中返回字段说明见文档

文档更新时间: 2025-05-26 20:58   作者:admin